Searched refs:RemovePrototype (Results 1 – 5 of 5) sorted by relevance
311 fun->RemovePrototype(); in DefineObjMethod()358 fun->RemovePrototype(); in DefineGlobalMethod()369 fun->RemovePrototype(); in DefineGlobalConst()
260 fun->RemovePrototype(); in Create()273 fun->RemovePrototype(); in Create()
1444 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()1619 void FunctionTemplate::RemovePrototype() { in RemovePrototype() function in v8::FunctionTemplate5011 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
5906 void RemovePrototype();
44622 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)