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

Proxy_test.rb#149

Open
F5r-mri wants to merge 1 commit into
atmos:masterfrom
F5r-mri:patch-1
Open

Proxy_test.rb#149
F5r-mri wants to merge 1 commit into
atmos:masterfrom
F5r-mri:patch-1

Conversation

@F5r-mri

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

Copy link
Copy Markdown

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.

1 participant