Home
last modified time | relevance | path

Searched defs:has_prototype (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Djs-function-inl.h216 DEF_GETTER(JSFunction, has_prototype, bool) { in DEF_GETTER() argument
/external/v8/src/wasm/
Dwasm-js.cc1991 i::Isolate* i_isolate, FunctionCallback func, bool has_prototype) { in NewFunctionTemplate()
2008 FunctionCallback func, bool has_prototype) { in CreateFunc()
2019 int length, bool has_prototype = false, in InstallFunc()
/external/v8/src/heap/
Dfactory.cc3215 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateSloppyFunctionMap() local
3295 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateStrictFunctionMap() local
/external/v8/src/compiler/
Djs-heap-broker.cc653 bool has_prototype() const { return has_prototype_; } in has_prototype() function in v8::internal::compiler::JSFunctionData