Searched refs:RemovePrototype (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.cpp62 getter->RemovePrototype();
67 setter->RemovePrototype();
129 functionTemplate->RemovePrototype();
/external/chromium_org/v8/include/
H A Dv8.h3695 void RemovePrototype();
/external/chromium_org/v8/src/
H A Dobjects.h7326 bool RemovePrototype();
H A Druntime.cc2828 RUNTIME_ASSERT(f->RemovePrototype());
8309 RUNTIME_ASSERT(bound_function->RemovePrototype());
H A Dapi.cc1229 void FunctionTemplate::RemovePrototype() { function in class:v8::FunctionTemplate
H A Dobjects.cc9452 bool JSFunction::RemovePrototype() { function in class:v8::internal::JSFunction
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc10596 t1->RemovePrototype();

Completed in 3100 milliseconds