HomeSort by relevance Sort by last modified time
    Searched defs:IsCompileTimeValue (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast.cc 305 bool ObjectLiteral::Property::IsCompileTimeValue() {
308 CompileTimeValue::IsCompileTimeValue(value_));
331 if (property->IsCompileTimeValue()) continue;
583 if (CompileTimeValue::IsCompileTimeValue(subexpr)) continue;
598 if (CompileTimeValue::IsCompileTimeValue(expression)) {
    [all...]
  /external/v8/src/parsing/
parser.cc     [all...]

Completed in 50 milliseconds