Home
last modified time | relevance | path

Searched defs:has_function_literal (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc44 bool has_function_literal, bool is_strong) { in CreateObjectLiteralBoilerplate()
265 bool has_function_literal = (flags & ObjectLiteral::kHasFunction) != 0; in RUNTIME_FUNCTION() local