Home | History | Annotate | Download | only in src

Lines Matching defs:NewInstance

3573 Local<v8::Object> Function::NewInstance() const {
3574 return NewInstance(0, NULL);
3578 Local<v8::Object> Function::NewInstance(int argc,
3581 ON_BAILOUT(isolate, "v8::Function::NewInstance()",
3583 LOG_API(isolate, "Function::NewInstance");
4504 Local<v8::Object> ObjectTemplate::NewInstance() {
4506 ON_BAILOUT(isolate, "v8::ObjectTemplate::NewInstance()",
4508 LOG_API(isolate, "ObjectTemplate::NewInstance");