Home
last modified time | relevance | path

Searched refs:maybe_constructor_info (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi-natives.cc418 Object maybe_constructor_info = info->constructor(); in InstantiateObject() local
419 if (maybe_constructor_info.IsUndefined(isolate)) { in InstantiateObject()
425 FunctionTemplateInfo::cast(maybe_constructor_info), isolate); in InstantiateObject()