Home | History | Annotate | Download | only in include

Lines Matching refs:NewInstance

2973    * Note: This method behaves like the Function::NewInstance method.
3235 Local<Object> NewInstance(int argc, Local<Value> argv[]) const);
3236 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
3239 V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
3240 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
3242 return NewInstance(context, 0, nullptr);
4386 * v8::Local<v8::Object> instance = function->NewInstance();
4431 * Local<Object> child_instance = child_function->NewInstance();
4627 V8_DEPRECATE_SOON("Use maybe version", Local<Object> NewInstance());
4628 V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(Local<Context> context);