Lines Matching refs:Local
17 MicrotaskQueueWrap(Environment* env, v8::Local<v8::Object> obj);
21 static void Init(Environment* env, v8::Local<v8::Object> target);
37 v8::Local<v8::String> name;
38 v8::Local<v8::String> origin;
39 v8::Local<v8::Boolean> allow_code_gen_strings;
40 v8::Local<v8::Boolean> allow_code_gen_wasm;
47 v8::Local<v8::Object> wrapper,
48 v8::Local<v8::Context> v8_context,
58 v8::Local<v8::ObjectTemplate> object_template,
61 static void Init(Environment* env, v8::Local<v8::Object> target);
66 const v8::Local<v8::Object>& sandbox);
68 inline v8::Local<v8::Context> context() const { in context()
72 inline v8::Local<v8::Object> global_proxy() const { in global_proxy()
76 inline v8::Local<v8::Object> sandbox() const { in sandbox()
88 static ContextifyContext* Get(v8::Local<v8::Object> object);
94 v8::Local<v8::Object> sandbox_obj,
97 static BaseObjectPtr<ContextifyContext> New(v8::Local<v8::Context> ctx,
99 v8::Local<v8::Object> sandbox_obj,
110 v8::Local<v8::Name> property,
113 v8::Local<v8::Name> property,
114 v8::Local<v8::Value> value,
117 v8::Local<v8::Name> property,
120 v8::Local<v8::Name> property,
124 v8::Local<v8::Name> property,
133 v8::Local<v8::Value> value,
161 ContextifyScript(Environment* env, v8::Local<v8::Object> object);
164 static void Init(Environment* env, v8::Local<v8::Object> target);
167 static bool InstanceOf(Environment* env, const v8::Local<v8::Value>& args);
170 static bool EvalMachine(v8::Local<v8::Context> context,
185 v8::Local<v8::Object> target,