v8學習---添加js全局變量

#include <v8.h> using namespace v8; int x = 9527; void XGetter(Local<String> property, const PropertyCallbackInfo<Value>& info) { info.GetReturnValue().Set(Integer::New(x)); } void XSetter(Local<S
相關文章
相關標籤/搜索