Home
last modified time | relevance | path

Searched refs:RemovePrototype (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Dfxjs_v8.cpp311 fun->RemovePrototype(); in DefineObjMethod()
358 fun->RemovePrototype(); in DefineGlobalMethod()
369 fun->RemovePrototype(); in DefineGlobalConst()
Dcfxjse_class.cpp260 fun->RemovePrototype(); in Create()
273 fun->RemovePrototype(); in Create()
/external/v8/src/
Dapi.cc1444 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
1619 void FunctionTemplate::RemovePrototype() { in RemovePrototype() function in v8::FunctionTemplate
5011 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
/external/v8/include/
Dv8.h5906 void RemovePrototype();
/external/v8/
DChangeLog44622 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)