Home
last modified time | relevance | path

Searched refs:IsFunctionModeWithPrototype (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dbootstrapper.cc273 static bool IsFunctionModeWithPrototype(FunctionMode function_mode) { in IsFunctionModeWithPrototype() function in v8::internal::BASE_EMBEDDED
434 int size = IsFunctionModeWithPrototype(function_mode) ? 5 : 4; in SetFunctionInstanceDescriptor()
470 if (IsFunctionModeWithPrototype(function_mode)) { in SetFunctionInstanceDescriptor()
486 if (IsFunctionModeWithPrototype(function_mode)) map->set_is_constructor(); in CreateSloppyFunctionMap()
599 int size = IsFunctionModeWithPrototype(function_mode) ? 3 : 2; in SetStrictFunctionInstanceDescriptor()
626 if (IsFunctionModeWithPrototype(function_mode)) { in SetStrictFunctionInstanceDescriptor()
718 if (IsFunctionModeWithPrototype(function_mode)) map->set_is_constructor(); in CreateStrictFunctionMap()