Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc2726 map->set_is_constructor(IsFunctionModeWithPrototype(function_mode)); in CreateSloppyFunctionMap()
2733 int size = IsFunctionModeWithPrototype(function_mode) ? 5 : 4; in SetFunctionInstanceDescriptor()
2772 if (IsFunctionModeWithPrototype(function_mode)) { in SetFunctionInstanceDescriptor()
2788 map->set_is_constructor(IsFunctionModeWithPrototype(function_mode)); in CreateStrictFunctionMap()
2796 int size = IsFunctionModeWithPrototype(function_mode) ? 3 : 2; in SetStrictFunctionInstanceDescriptor()
2826 if (IsFunctionModeWithPrototype(function_mode)) { in SetStrictFunctionInstanceDescriptor()
Dfactory.h747 static bool IsFunctionModeWithPrototype(FunctionMode function_mode) { in IsFunctionModeWithPrototype() function