HomeSort by relevance Sort by last modified time
    Searched refs:GetIsolate (Results 76 - 100 of 304) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/cctest/
test-accessors.cc 68 v8::Isolate* isolate = env->GetIsolate();
151 CHECK_EQ(isolate, info.GetIsolate());
173 CHECK_EQ(isolate, info.GetIsolate());
196 v8::Isolate* isolate = context->GetIsolate();
238 v8::String::NewFromUtf8(info.GetIsolate(), "foo");
239 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo"));
245 v8::Isolate* isolate = context->GetIsolate();
270 CHECK(info.GetIsolate() == CcTest::isolate());
275 CHECK(info.GetIsolate() == CcTest::isolate());
280 CHECK(info.GetIsolate() == CcTest::isolate())
    [all...]
test-deoptimization.cc 118 v8::HandleScope scope(env->GetIsolate());
158 v8::HandleScope scope(env->GetIsolate());
199 v8::HandleScope scope(env->GetIsolate());
225 v8::HandleScope scope(env->GetIsolate());
253 v8::HandleScope scope(env->GetIsolate());
282 v8::HandleScope scope(env->GetIsolate());
321 v8::HandleScope scope(env->GetIsolate());
357 v8::HandleScope scope(env->GetIsolate());
419 i::Isolate* i_isolate = reinterpret_cast<i::Isolate*>((*env)->GetIsolate());
459 v8::HandleScope scope(env->GetIsolate());
    [all...]
  /external/chromium_org/content/renderer/pepper/
host_var_tracker_unittest.cc 49 handle_scope_(instance->GetIsolate()),
50 context_scope_(v8::Context::New(instance->GetIsolate())) {}
55 return instance_->GetIsolate()->GetCurrentContext();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WorkerGlobalScopeCustom.cpp 63 ScriptState* scriptState = ScriptState::current(info.GetIsolate());
72 action = adoptPtr(new ScheduledAction(scriptState, toCoreString(function.As<v8::String>()), KURL(), info.GetIsolate()));
82 action = adoptPtr(new ScheduledAction(scriptState, v8::Handle<v8::Function>::Cast(function), paramCount, params.get(), info.GetIsolate()));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestNode.cpp 39 v8SetReturnValueString(info, impl->href(), info.GetIsolate());
68 v8SetReturnValueString(info, impl->hrefThrows(), info.GetIsolate());
81 ExceptionState exceptionState(ExceptionState::SetterContext, "hrefThrows", "TestNode", holder, info.GetIsolate());
99 v8SetReturnValueString(info, impl->hrefCallWith(), info.GetIsolate());
114 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
115 impl->setHrefCallWith(executionContext, callingDOMWindow(info.GetIsolate()), enteredDOMWindow(info.GetIsolate()), cppValue);
129 v8SetReturnValueString(info, impl->hrefByteString(), info.GetIsolate());
142 ExceptionState exceptionState(ExceptionState::SetterContext, "hrefByteString", "TestNode", holder, info.GetIsolate());
159 impl->associateWithWrapper(&V8TestNode::wrapperTypeInfo, wrapper, info.GetIsolate());
    [all...]
V8SVGTestInterface.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestException.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterface2.h 76 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
83 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
90 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
103 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceCheckSecurity.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceConstructor.h 81 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
95 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
108 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceConstructor2.h 75 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
89 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
102 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceConstructor3.h 75 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
89 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
102 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceConstructor4.h 75 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
89 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
102 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceCustomConstructor.h 76 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
83 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
90 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
103 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceDocument.h 81 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
95 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
108 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceEmpty.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceGarbageCollected.h 79 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
86 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
93 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
106 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceNamedConstructor.h 81 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
95 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
108 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestInterfaceNamedConstructor2.h 80 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
87 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
94 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
107 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.h 60 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
66 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
72 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
  /external/chromium_org/v8/src/
prototype.h 54 isolate_(receiver_map->GetIsolate()) {}
58 handle_(handle(receiver_map->prototype(), receiver_map->GetIsolate())),
59 isolate_(receiver_map->GetIsolate()) {}
  /external/chromium_org/chrome/renderer/extensions/
file_manager_private_custom_bindings.cc 44 .toV8Value(args.Holder(), args.GetIsolate()));
sync_file_system_custom_bindings.cc 59 .toV8Value(args.Holder(), args.GetIsolate()));
  /external/chromium_org/extensions/renderer/
object_backed_native_handler.h 33 v8::Isolate* GetIsolate() const;
  /external/chromium_org/gin/
arguments.cc 20 : isolate_(info.GetIsolate()),

Completed in 1108 milliseconds

1 2 34 5 6 7 8 91011>>