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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/src/mips64/
debug-mips64.cc 37 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry())),
84 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry())),
  /external/chromium_org/v8/src/
property.h 28 key_ = key_->GetIsolate()->factory()->InternalizeString(
82 : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes,
execution.cc 43 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();
bootstrapper.h 43 Isolate* isolate = shared->GetIsolate();
scopeinfo.cc 305 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/
debug-x64.cc 28 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry(),
58 debug_info_->GetIsolate()->builtins()->Slot_DebugBreak()->entry(),
  /external/chromium_org/v8/src/x87/
debug-x87.cc 28 debug_info_->GetIsolate()->builtins()->Return_DebugBreak()->entry(),
57 Isolate* isolate = debug_info_->GetIsolate();
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 79 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(args.GetIsolate());
108 v8::FunctionTemplate::New(context->GetIsolate(), construct_call);
test-code-stubs-arm.cc 138 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
test-code-stubs-arm64.cc 134 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
test-code-stubs-ia32.cc 120 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
test-code-stubs-x64.cc 123 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
test-code-stubs-x87.cc 120 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
trace-extension.cc 134 v8::HandleScope scope(args.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceNode.cpp 43 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());
V8SVGTestInterface.cpp 40 v8SetReturnValueString(info, impl->fastGetAttribute(SVGNames::typeAttr), info.GetIsolate());
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 420 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(),
    [all...]
  /external/chromium_org/extensions/renderer/
messaging_bindings.cc 123 args.GetIsolate()->ThrowException(v8::Exception::Error(
124 v8::String::NewFromUtf8(args.GetIsolate(), kPortClosedError)));
238 args.GetIsolate());
  /external/chromium_org/v8/include/
v8-util.h 125 Isolate* GetIsolate() { return isolate_; }
165 GetIsolate()->SetReference(
301 Traits::Dispose(data.GetIsolate(),
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 136 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/
external_extension.cc 156 v8::Isolate* isolate = args.GetIsolate();
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.cc 92 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/
v8_value_converter_impl.cc 155 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());
web_ui_mojo_context_state.cc 60 gin::ModuleRegistry::InstallGlobals(context->GetIsolate(), context->Global());
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8DeviceMotionEventCustom.cpp 106 v8::Isolate* isolate = info.GetIsolate();

Completed in 1270 milliseconds

1 2 3 4 5 6 7 891011>>