Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-heap-broker.cc86 bool const has_prototype; member in v8::internal::compiler::JSFunctionData
/external/v8/src/heap/
Dfactory.cc3889 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateSloppyFunctionMap() local
3966 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateStrictFunctionMap() local
/external/v8/src/
Dobjects-inl.h2433 bool JSFunction::has_prototype() { in has_prototype() function