HomeSort by relevance Sort by last modified time
    Searched refs:is_new_target (Results 1 - 5 of 5) 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()) {
bytecode-register.h 43 bool is_new_target() const;
bytecode-array-builder.cc     [all...]
  /external/v8/src/ast/
ast.h 1663 bool is_new_target() const { return IsNewTargetField::decode(bit_field_); } function in class:v8::internal::final
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 198 } else if (the_register.is_new_target()) {
    [all...]

Completed in 542 milliseconds