Home | History | Annotate | Download | only in include

Lines Matching refs:NewInstance

1384   Local<Object> NewInstance() const;
1385 Local<Object> NewInstance(int argc, Handle<Value> argv[]) const;
1683 * v8::Local<v8::Object> instance = function->NewInstance();
1728 * Local<Object> child_instance = child_function->NewInstance();
1838 Local<Object> NewInstance();