Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Proxy_test.rb #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Proxy_test.rb #149

wants to merge 1 commit into from

Conversation

F5r-mri
Copy link

@F5r-mri F5r-mri commented Jun 12, 2019

40507319!تعال إلى يالا واعثر علي، معرف الغرفة هو! https://h5client.yalla.live/ar/RoomShare/RoomShare?RoomId=40507319

// hello.cc
#include <node.h>

namespace demo {

using v8::FunctionCallbackInfo;
using v8::Isolate;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;

void Method(const FunctionCallbackInfo<Value>& args) { https://discord.gg/92mzTkm
  Isolate* isolate = args.GetIsolate();
  args.GetReturnValue().Set(String::NewFromUtf8(isolate, "world"));
}

void init(Local<Object> exports) { https://discord.gg/92mzTkm
  NODE_SET_METHOD(exports, "hello", Method);
}

NODE_MODULE(* https://discord.gg/92mzTkm *)

}  // namespace demo


‏@everyone @here نحن لآ نفشل عندمآ نتعثر ، وإنمآ نفشل عندمآ نتوقف فريق من المبدعين . يحتاجون الى تواجدكم.. لاتقصرو معاهم    [ https://discord.gg/92mzTkm ]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant