Lines Matching defs:object
82 // global object than the rest of the code. This is achieved by applying
84 // sandboxed code, to the sandbox object.
88 // Property handlers with interceptors are set on the object template for
94 // interceptor callback checks the sandbox object for the property.
96 // the original call instead of finishing the query on the global object.
140 microtask_queue_wrap_->object());
152 // global object is finished.
225 {}, // global object
235 {}, // global object
262 // We need to tie the lifetime of the sandbox object with the lifetime of
438 ContextifyContext* ContextifyContext::Get(Local<Object> object) {
440 if (!object->GetCreationContext().ToLocal(&context)) {
648 // the global object.
737 // the global object.
880 contextify_script->object()->SetInternalField(kUnboundScriptSlot, v8_script.As<Value>());
887 if (contextify_script->object()
1129 ContextifyScript::ContextifyScript(Environment* env, Local<Object> object)
1130 : BaseObject(env, object) {