Home | History | Annotate | Download | only in v8

Lines Matching refs:context

42 void injectInternalsObject(v8::Local<v8::Context> context)
44 v8::Context::Scope contextScope(context);
49 context->Global()->Set(v8::String::New(Internals::internalsId), toV8(Internals::create(toDocument(scriptContext)), v8::Handle<v8::Object>(), context->GetIsolate()));
52 void resetInternalsObject(v8::Local<v8::Context> context)
55 if (context.IsEmpty())
58 v8::Context::Scope contextScope(context);