HomeSort by relevance Sort by last modified time
    Searched defs:IsEval (Results 1 - 3 of 3) 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...]

Completed in 33 milliseconds