Searched defs:has_prototype (Results 1 – 4 of 4) sorted by relevance
216 DEF_GETTER(JSFunction, has_prototype, bool) { in DEF_GETTER() argument
1991 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()
3215 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateSloppyFunctionMap() local3295 bool has_prototype = IsFunctionModeWithPrototype(function_mode); in CreateStrictFunctionMap() local
653 bool has_prototype() const { return has_prototype_; } in has_prototype() function in v8::internal::compiler::JSFunctionData