Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_class.cpp119 hCallBackInfoTemplate->SetInternalFieldCount(2); in DynPropGetterAdapter()
249 hFunctionTemplate->InstanceTemplate()->SetInternalFieldCount(2); in Create()
Dcfxjse_context.cpp173 hObjectTemplate->SetInternalFieldCount(2); in Create()
Dfxjs_v8.cpp78 fun->InstanceTemplate()->SetInternalFieldCount(2); in CFXJS_ObjDefinition()
/external/v8/samples/
Dprocess.cc447 result->SetInternalFieldCount(1); in MakeMapTemplate()
562 result->SetInternalFieldCount(1); in MakeRequestTemplate()
/external/v8/src/
Dasync-hooks-wrapper.cc200 async_hooks_templ.Get(isolate_)->SetInternalFieldCount(1); in Initialize()
Dd8.cc1856 worker_fun_template->InstanceTemplate()->SetInternalFieldCount(1); in CreateGlobalTemplate()
Dapi.cc1979 void ObjectTemplate::SetInternalFieldCount(int value) { in SetInternalFieldCount() function in v8::ObjectTemplate
6160 proxy_template->SetInternalFieldCount( in CreateEnvironment()
/external/v8/include/
Dv8.h6266 void SetInternalFieldCount(int value);
/external/v8/
DChangeLog50415 SetInternalFieldCount from FunctionTemplate to ObjectTemplate.