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

/external/chromium_org/v8/src/
H A Druntime.cc226 bool has_function_literal) {
241 Handle<Map> map = has_function_literal
260 bool should_normalize = should_transform || has_function_literal;
320 if (should_transform && !has_function_literal) {
461 bool has_function_literal = (flags & ObjectLiteral::kHasFunction) != 0; local
478 has_function_literal));
221 CreateObjectLiteralBoilerplate( Isolate* isolate, Handle<FixedArray> literals, Handle<FixedArray> constant_properties, bool should_have_fast_elements, bool has_function_literal) argument

Completed in 211 milliseconds