Searched defs:maybe_prototype (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc395 MaybeHandle<JSObject> maybe_prototype,
401 return maybe_prototype.ToHandle(&prototype)
410 MaybeHandle<JSObject> maybe_prototype,
417 maybe_prototype, call, strict_function_map);
424 MaybeHandle<JSObject> maybe_prototype,
430 instance_size, maybe_prototype, call, attributes,
393 CreateFunction(Isolate* isolate, Handle<String> name, InstanceType type, int instance_size, MaybeHandle<JSObject> maybe_prototype, Builtins::Name call, bool strict_function_map = false) argument
408 InstallFunction(Handle<JSObject> target, Handle<Name> name, InstanceType type, int instance_size, MaybeHandle<JSObject> maybe_prototype, Builtins::Name call, PropertyAttributes attributes, bool strict_function_map = false) argument
422 InstallFunction(Handle<JSObject> target, const char* name, InstanceType type, int instance_size, MaybeHandle<JSObject> maybe_prototype, Builtins::Name call, bool strict_function_map = false) argument

Completed in 69 milliseconds