Searched defs:isolate (Results 1 - 25 of 619) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dd8-windows.cc15 void Shell::AddOSMethods(Isolate* isolate, Handle<ObjectTemplate> os_templ) { argument
/external/chromium_org/v8/test/cctest/
H A Dtest-symbols.cc18 Isolate* isolate = CcTest::i_isolate(); local
19 HandleScope scope(isolate);
25 symbols[i] = isolate->factory()->NewSymbol();
H A Dtest-ast.cc42 Isolate* isolate = CcTest::i_isolate(); local
43 Zone zone(isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8AudioNodeCustom.cpp68 v8::Handle<v8::Object> wrap(AudioNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
73 return wrap(static_cast<AudioDestinationNode*>(impl), creationContext, isolate);
75 return wrap(static_cast<OscillatorNode*>(impl), creationContext, isolate);
77 return wrap(static_cast<AudioBufferSourceNode*>(impl), creationContext, isolate);
79 return wrap(static_cast<MediaElementAudioSourceNode*>(impl), creationContext, isolate);
81 return wrap(static_cast<MediaStreamAudioDestinationNode*>(impl), creationContext, isolate);
83 return wrap(static_cast<MediaStreamAudioSourceNode*>(impl), creationContext, isolate);
85 return wrap(static_cast<ScriptProcessorNode*>(impl), creationContext, isolate);
87 return wrap(static_cast<BiquadFilterNode*>(impl), creationContext, isolate);
89 return wrap(static_cast<PannerNode*>(impl), creationContext, isolate);
[all...]
H A DV8CSSRuleCustom.cpp48 v8::Handle<v8::Object> wrap(CSSRule* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 return V8CSSRule::createWrapper(impl, creationContext, isolate);
58 return wrap(toCSSStyleRule(impl), creationContext, isolate);
60 return wrap(toCSSCharsetRule(impl), creationContext, isolate);
62 return wrap(toCSSImportRule(impl), creationContext, isolate);
64 return wrap(toCSSMediaRule(impl), creationContext, isolate);
66 return wrap(toCSSFontFaceRule(impl), creationContext, isolate);
68 return wrap(toCSSPageRule(impl), creationContext, isolate);
70 return wrap(toCSSKeyframeRule(impl), creationContext, isolate);
72 return wrap(toCSSKeyframesRule(impl), creationContext, isolate);
[all...]
H A DV8CSSValueCustom.cpp41 v8::Handle<v8::Object> wrap(CSSValue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
45 return wrap(toCSSTransformValue(impl), creationContext, isolate);
47 return wrap(toCSSFilterValue(impl), creationContext, isolate);
49 return wrap(toCSSValueList(impl), creationContext, isolate);
51 return wrap(toCSSPrimitiveValue(impl), creationContext, isolate);
52 return V8CSSValue::createWrapper(impl, creationContext, isolate);
H A DV8EntryCustom.cpp42 v8::Handle<v8::Object> wrap(Entry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
46 return wrap(toFileEntry(impl), creationContext, isolate);
47 return wrap(toDirectoryEntry(impl), creationContext, isolate);
H A DV8EntrySyncCustom.cpp42 v8::Handle<v8::Object> wrap(EntrySync* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
46 return wrap(toFileEntrySync(impl), creationContext, isolate);
47 return wrap(toDirectoryEntrySync(impl), creationContext, isolate);
H A DV8HTMLCollectionCustom.cpp43 v8::Handle<v8::Object> wrap(HTMLCollection* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
48 return wrap(toHTMLFormControlsCollection(impl), creationContext, isolate);
50 return wrap(toHTMLOptionsCollection(impl), creationContext, isolate);
52 return wrap(toHTMLAllCollection(impl), creationContext, isolate);
57 return V8HTMLCollection::createWrapper(impl, creationContext, isolate);
H A DV8HTMLElementCustom.cpp38 v8::Handle<v8::Object> wrap(HTMLElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
41 return createV8HTMLWrapper(impl, creationContext, isolate);
H A DV8PerformanceEntryCustom.cpp45 v8::Handle<v8::Object> wrap(PerformanceEntry* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
49 return wrap(static_cast<PerformanceResourceTiming*>(impl), creationContext, isolate);
52 return wrap(static_cast<PerformanceMark*>(impl), creationContext, isolate);
55 return wrap(static_cast<PerformanceMeasure*>(impl), creationContext, isolate);
57 return V8PerformanceEntry::createWrapper(impl, creationContext, isolate);
H A DV8SVGElementCustom.cpp38 v8::Handle<v8::Object> wrap(SVGElement* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
41 return createV8SVGWrapper(impl, creationContext, isolate);
H A DV8SVGPathSegCustom.cpp58 v8::Handle<v8::Object> wrap(SVGPathSeg* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
63 return wrap(static_cast<SVGPathSegClosePath*>(impl), creationContext, isolate);
65 return wrap(static_cast<SVGPathSegMovetoAbs*>(impl), creationContext, isolate);
67 return wrap(static_cast<SVGPathSegMovetoRel*>(impl), creationContext, isolate);
69 return wrap(static_cast<SVGPathSegLinetoAbs*>(impl), creationContext, isolate);
71 return wrap(static_cast<SVGPathSegLinetoRel*>(impl), creationContext, isolate);
73 return wrap(static_cast<SVGPathSegCurvetoCubicAbs*>(impl), creationContext, isolate);
75 return wrap(static_cast<SVGPathSegCurvetoCubicRel*>(impl), creationContext, isolate);
77 return wrap(static_cast<SVGPathSegCurvetoQuadraticAbs*>(impl), creationContext, isolate);
79 return wrap(static_cast<SVGPathSegCurvetoQuadraticRel*>(impl), creationContext, isolate);
[all...]
H A DV8StyleSheetCustom.cpp40 v8::Handle<v8::Object> wrap(StyleSheet* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return wrap(toCSSStyleSheet(impl), creationContext, isolate);
45 return V8StyleSheet::createWrapper(impl, creationContext, isolate);
H A DV8TextCustom.cpp40 v8::Handle<v8::Object> wrap(Text* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
44 return wrap(toCDATASection(impl), creationContext, isolate);
45 return V8Text::createWrapper(impl, creationContext, isolate);
H A DV8TextTrackCueCustom.cpp37 v8::Handle<v8::Value> toV8(TextTrackCue* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
39 return toV8(toVTTCue(impl), creationContext, isolate);
H A DV8ArrayBufferViewCustom.cpp85 ArrayBufferView* V8ArrayBufferView::toNativeWithTypeCheck(v8::Isolate* isolate, v8::Handle<v8::Value> value) argument
87 return V8ArrayBufferView::hasInstance(value, isolate) ? V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(value)) : 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebScopedMicrotaskSuppression.cpp42 Impl(v8::Isolate* isolate) argument
43 : WebCore::V8RecursionScope::MicrotaskSuppression(isolate)
/external/chromium_org/content/child/
H A Dcontent_child_helpers.cc32 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
33 if (isolate)
34 isolate->GetHeapStatistics(&stat);
/external/chromium_org/gin/
H A Dcontext_holder.cc12 ContextHolder::ContextHolder(v8::Isolate* isolate) argument
13 : isolate_(isolate) {
H A Dshell_runner_unittest.cc25 Isolate* isolate = instance.isolate(); local
26 ShellRunner runner(&delegate, isolate);
31 EXPECT_TRUE(Converter<std::string>::FromV8(isolate,
32 runner.global()->Get(StringToV8(isolate, "result")),
/external/chromium_org/gin/test/
H A Dgc.cc26 v8::Local<v8::Value> GC::GetModule(v8::Isolate* isolate) { argument
27 PerIsolateData* data = PerIsolateData::From(isolate);
31 templ = ObjectTemplateBuilder(isolate)
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DCustomElementBinding.cpp36 PassOwnPtr<CustomElementBinding> CustomElementBinding::create(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType) argument
38 return adoptPtr(new CustomElementBinding(isolate, prototype, wrapperType));
41 CustomElementBinding::CustomElementBinding(v8::Isolate* isolate, v8::Handle<v8::Object> prototype, const WrapperTypeInfo* wrapperType) argument
42 : m_isolate(isolate)
43 , m_prototype(isolate, prototype)
H A DDOMDataStore.cpp52 DOMDataStore& DOMDataStore::current(v8::Isolate* isolate) argument
54 return DOMWrapperWorld::current(isolate).domDataStore();
H A DScriptFunction.h47 ScriptFunction(v8::Isolate* isolate) : V8GarbageCollected<ScriptFunction>(isolate) { } argument

Completed in 432 milliseconds

1234567891011>>