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

  /external/v8/src/
variables.h 175 return !is_this() && name().is_identical_to(n);
frame-element.h 172 handle().is_identical_to(other.handle());
180 if (is_constant() && handle().is_identical_to(other->handle())) {
ast.h 733 return handle_.is_identical_to(other->handle_);
748 bool IsNull() const { return handle_.is_identical_to(Factory::null_value()); }
749 bool IsTrue() const { return handle_.is_identical_to(Factory::true_value()); }
751 return handle_.is_identical_to(Factory::false_value());
939 return !is_this() && name().is_identical_to(n);
    [all...]
handles.h 65 bool is_identical_to(const Handle<T> other) const { function in class:v8::internal::Handle
virtual-frame.cc 288 && original.handle().is_identical_to(value->handle());
ast.cc 83 ASSERT((is_this() && var->is_this()) || name_.is_identical_to(var->name()));
scopes.cc 576 if (function_ != NULL && function_->name().is_identical_to(name)) {
764 if (params_[i]->name().is_identical_to(Factory::arguments_symbol()))
    [all...]
runtime.cc     [all...]
debug.cc     [all...]
parser.cc     [all...]
  /external/v8/src/x64/
assembler-x64-inl.h 72 if (current > 0 && code_targets_.last().is_identical_to(target)) {

Completed in 178 milliseconds