Home
last modified time | relevance | path

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

/external/v8/src/
Dglobals.h1034 inline bool IsInObjectLiteral(FunctionKind kind) { in IsInObjectLiteral() function
/external/v8/src/ast/
Dscopes.cc1352 if (IsInObjectLiteral(function_kind_)) return nullptr; in ClassVariableForMethod()