Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h4606 Object* RemovePrototype();
Dobjects.cc5805 Object* JSFunction::RemovePrototype() { in RemovePrototype() function in v8::internal::JSFunction
Druntime.cc1849 Object* obj = f->RemovePrototype(); in RUNTIME_FUNCTION()