HomeSort by relevance Sort by last modified time
    Searched refs:IsEval (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
compiler.h 53 bool is_eval() const { return IsEval::decode(flags_); }
75 flags_ |= IsEval::encode(true);
212 class IsEval: public BitField<bool, 1, 1> {};
preparser.h 243 bool IsEval() { return type_ == kEvalIdentifier; }
api.cc     [all...]
  /external/v8/include/
v8.h 843 bool IsEval() const;
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 379 milliseconds