Home | History | Annotate | Download | only in src

Lines Matching refs:Factory

1273   i::Factory* factory = reinterpret_cast<i::Isolate*>(isolate)->factory();
1276 factory->NewFixedArray(js_args.argc);
1279 factory->NewStringFromUtf8(i::CStrVector(js_args[j])).ToHandleChecked();
1283 factory->NewJSArrayWithElements(arguments_array);