Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc174 Object* maybe_obj = ctor->instance_template(); in GetParent() local
175 if (!maybe_obj->IsUndefined(isolate)) { in GetParent()
176 return ObjectTemplateInfo::cast(maybe_obj); in GetParent()
Dbootstrapper.cc3631 MaybeHandle<JSObject> maybe_obj = in ConfigureApiObject() local
3634 if (!maybe_obj.ToHandle(&obj)) { in ConfigureApiObject()