Searched refs:GetIsolate (Results 201 - 225 of 304) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dproperty.h28 key_ = key_->GetIsolate()->factory()->InternalizeString(
82 : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes,
H A Dexecution.cc43 Isolate* isolate = function->GetIsolate();
157 Isolate* isolate = func->GetIsolate();
547 Isolate* isolate = pattern->GetIsolate();
560 Isolate* isolate = string->GetIsolate();
590 Isolate* isolate = data->GetIsolate();
616 Isolate* isolate = data->GetIsolate();
659 Isolate* isolate = fun->GetIsolate();
H A Dtypes-inl.h203 return i::handle(type, i::HeapObject::cast(type)->GetIsolate());
310 return i::handle(type, structure->GetIsolate());
326 return i::handle(x, structure->GetIsolate());
H A Dbootstrapper.h43 Isolate* isolate = shared->GetIsolate();
H A Dscopeinfo.cc305 scope_info->GetIsolate()->context_slot_cache();
374 Isolate* isolate = scope_info->GetIsolate();
454 if (StringTable::InternalizeStringIfExists(name->GetIsolate(), name).
484 if (StringTable::InternalizeStringIfExists(name->GetIsolate(), name).
/external/chromium_org/v8/src/x64/
H A Ddebug-x64.cc28 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry(),
58 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry(),
/external/chromium_org/v8/src/x87/
H A Ddebug-x87.cc28 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry(),
57 Isolate* isolate = debug_info_->GetIsolate();
/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc79 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate());
108 v8::FunctionTemplate::New(context->GetIsolate(), construct_call);
H A Dtest-code-stubs-arm.cc138 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-arm64.cc134 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-ia32.cc120 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-x64.cc123 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-x87.cc120 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Value.h69 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Value
137 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Array
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceNode.cpp43 v8SetReturnValueString(info, impl->stringAttribute(), info.GetIsolate());
87 v8SetReturnValue(info, cppValue ? v8::Handle<v8::Value>(V8AbstractEventListener::cast(cppValue)->getListenerObject(impl->executionContext())) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate())));
101 impl->setEventHandlerAttribute(V8EventListenerList::getEventListener(ScriptState::current(info.GetIsolate()), v8Value, true, ListenerFindOrCreate));
143 v8SetReturnValueString(info, impl->fastGetAttribute(HTMLNames::reflectstringattributeAttr), info.GetIsolate());
173 v8SetReturnValueString(info, impl->getURLAttribute(HTMLNames::reflecturlstringattributeAttr), info.GetIsolate());
H A DV8SVGTestInterface.cpp40 v8SetReturnValueString(info, impl->fastGetAttribute(SVGNames::typeAttr), info.GetIsolate());
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc420 v8::Isolate* isolate = args.GetIsolate();
489 new CallbackAndContext(args.GetIsolate(),
579 new CallbackAndContext(args.GetIsolate(),
684 new CallbackAndContext(args.GetIsolate(),
742 new CallbackAndContext(args.GetIsolate(),
818 new CallbackAndContext(args.GetIsolate(),
873 new CallbackAndContext(args.GetIsolate(),
/external/chromium_org/extensions/renderer/
H A Dmessaging_bindings.cc123 args.GetIsolate()->ThrowException(v8::Exception::Error(
124 v8::String::NewFromUtf8(args.GetIsolate(), kPortClosedError)));
238 args.GetIsolate());
/external/chromium_org/v8/include/
H A Dv8-util.h125 Isolate* GetIsolate() { return isolate_; } function in class:v8::PersistentValueMap
165 GetIsolate()->SetReference(
301 Traits::Dispose(data.GetIsolate(),
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp136 v8::Isolate::Scope isolate_scope(GetIsolate());
137 v8::HandleScope handle_scope(GetIsolate());
138 v8::Handle<v8::Context> context = v8::Context::New(GetIsolate());
/external/chromium_org/chrome/renderer/
H A Dexternal_extension.cc156 v8::Isolate* isolate = args.GetIsolate();
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter.cc92 v8::Isolate* isolate = context->GetIsolate();
222 v8::Isolate* isolate = context->GetIsolate();
328 v8::Isolate* isolate = context->GetIsolate();
481 v8::HandleScope handle_scope(context->GetIsolate());
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.cc155 v8::EscapableHandleScope handle_scope(context->GetIsolate());
157 ToV8ValueImpl(context->GetIsolate(), context->Global(), value));
164 v8::HandleScope handle_scope(context->GetIsolate());
166 return FromV8ValueImpl(&state, val, context->GetIsolate());
H A Dweb_ui_mojo_context_state.cc60 gin::ModuleRegistry::InstallGlobals(context->GetIsolate(), context->Global());
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8DeviceMotionEventCustom.cpp106 v8::Isolate* isolate = info.GetIsolate();

Completed in 2682 milliseconds

1234567891011>>