Searched defs:has_prototype (Results 1 – 3 of 3) sorted by relevance
86 bool const has_prototype; member in v8::internal::compiler::JSFunctionData
3889 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateSloppyFunctionMap() local3966 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateStrictFunctionMap() local
2433 bool JSFunction::has_prototype() { in has_prototype() function