Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp314 fun->RemovePrototype(); in Create()
329 fun->RemovePrototype(); in Create()
/external/pdfium/fxjs/
Dcfxjs_engine.cpp196 fun->RemovePrototype(); in DefineMethod()
445 fun->RemovePrototype(); in DefineGlobalMethod()
456 fun->RemovePrototype(); in DefineGlobalConst()
/external/v8/src/wasm/
Dwasm-js.cc1994 has_prototype ? templ->ReadOnlyPrototype() : templ->RemovePrototype(); in NewFunctionTemplate()
/external/v8/src/api/
Dapi.cc1472 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
1628 void FunctionTemplate::RemovePrototype() { in RemovePrototype() function in v8::FunctionTemplate
4916 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
/external/v8/include/
Dv8.h6644 void RemovePrototype();
/external/v8/
DChangeLog44622 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)