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

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

Completed in 35 milliseconds