Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc279 static bool IsFunctionModeWithPrototype(FunctionMode function_mode) { in IsFunctionModeWithPrototype() function in v8::internal::BASE_EMBEDDED
400 int size = IsFunctionModeWithPrototype(function_mode) ? 5 : 4; in SetFunctionInstanceDescriptor()
434 if (IsFunctionModeWithPrototype(function_mode)) { in SetFunctionInstanceDescriptor()
450 map->set_function_with_prototype(IsFunctionModeWithPrototype(function_mode)); in CreateFunctionMap()
550 int size = IsFunctionModeWithPrototype(function_mode) ? 5 : 4; in SetStrictFunctionInstanceDescriptor()
591 if (IsFunctionModeWithPrototype(function_mode)) { in SetStrictFunctionInstanceDescriptor()
644 map->set_function_with_prototype(IsFunctionModeWithPrototype(function_mode)); in CreateStrictFunctionMap()