Searched refs:RemovePrototype (Results 1 – 6 of 6) sorted by relevance
314 fun->RemovePrototype(); in Create()329 fun->RemovePrototype(); in Create()
196 fun->RemovePrototype(); in DefineMethod()445 fun->RemovePrototype(); in DefineGlobalMethod()456 fun->RemovePrototype(); in DefineGlobalConst()
1994 has_prototype ? templ->ReadOnlyPrototype() : templ->RemovePrototype(); in NewFunctionTemplate()
1472 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()1628 void FunctionTemplate::RemovePrototype() { in RemovePrototype() function in v8::FunctionTemplate4916 if (behavior == ConstructorBehavior::kThrow) templ->RemovePrototype(); in New()
6644 void RemovePrototype();
44622 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)