Home
last modified time | relevance | path

Searched refs:SetInternalFieldCount (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8HTMLAudioElementConstructor.cpp90 instance->SetInternalFieldCount(V8HTMLAudioElement::internalFieldCount); in GetTemplate()
DV8HTMLImageElementConstructor.cpp101 instance->SetInternalFieldCount(V8HTMLImageElement::internalFieldCount); in GetTemplate()
DV8HTMLOptionElementConstructor.cpp99 instance->SetInternalFieldCount(V8HTMLOptionElement::internalFieldCount); in GetTemplate()
DV8HTMLDocumentCustom.cpp61 … shadowTemplate->InstanceTemplate()->SetInternalFieldCount(V8HTMLDocument::internalFieldCount); in WrapInShadowObject()
/external/v8/samples/
Dprocess.cc380 result->SetInternalFieldCount(1); in MakeMapTemplate()
478 result->SetInternalFieldCount(1); in MakeRequestTemplate()
/external/webkit/Source/WebCore/bindings/v8/
DV8NPObject.cpp381 npObjectDesc->InstanceTemplate()->SetInternalFieldCount(npObjectInternalFieldCount); in createV8ObjectForNPObject()
DV8Binding.cpp526 instance->SetInternalFieldCount(fieldCount); in configureTemplate()
/external/v8/test/cctest/
Dtest-heap-profiler.cc329 global_template->SetInternalFieldCount(2); in TEST()
Dtest-api.cc1903 instance_templ->SetInternalFieldCount(1); in THREADED_TEST()
1915 global_template->SetInternalFieldCount(1); in THREADED_TEST()
1932 instance_templ->SetInternalFieldCount(1); in THREADED_TEST()
1964 instance_templ->SetInternalFieldCount(1); in THREADED_TEST()
10900 local->SetInternalFieldCount(1); in THREADED_TEST()
/external/v8/include/
Dv8.h2438 void SetInternalFieldCount(int value);
/external/v8/
DChangeLog3912 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.
/external/v8/src/
Dapi.cc1408 void ObjectTemplate::SetInternalFieldCount(int value) { in SetInternalFieldCount() function in v8::ObjectTemplate