Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc412 int inobject_properties, MaybeHandle<Object> maybe_prototype, in CreateFunction() argument
417 if (maybe_prototype.ToHandle(&prototype)) { in CreateFunction()
441 MaybeHandle<Object> maybe_prototype, Builtins::Name call, in InstallFunction() argument
447 inobject_properties, maybe_prototype, call); in InstallFunction()
455 MaybeHandle<Object> maybe_prototype, Builtins::Name call) { in InstallFunction() argument
459 instance_size, inobject_properties, maybe_prototype, call, attributes); in InstallFunction()
Dobjects.cc12910 Handle<Object> maybe_prototype; in GetOrCreatePrototypeChainValidityCell() local
12915 maybe_prototype = isolate->global_object(); in GetOrCreatePrototypeChainValidityCell()
12917 maybe_prototype = in GetOrCreatePrototypeChainValidityCell()
12920 if (!maybe_prototype->IsJSObject()) { in GetOrCreatePrototypeChainValidityCell()
12923 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); in GetOrCreatePrototypeChainValidityCell()