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

  /external/v8/src/interpreter/
bytecode-register.cc 71 bool Register::is_new_target() const { function in class:v8::internal::interpreter::Register
129 } else if (is_new_target()) {
  /external/v8/src/ast/
ast.h 1663 bool is_new_target() const { return IsNewTargetField::decode(bit_field_); } function in class:v8::internal::final
    [all...]

Completed in 96 milliseconds