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

  /external/chromium_org/v8/src/
prototype.h 71 if (handle_.is_null() && object_->IsJSProxy()) {
75 } else if (!handle_.is_null() && handle_->IsJSProxy()) {
lookup.cc 209 if (current->IsJSProxy()) {
216 DCHECK(!current->IsJSProxy());
v8natives.js 241 if (%IsJSProxy(this)) {
263 if (%IsJSProxy(this)) {
331 if (%IsJSProxy(obj)) {
627 if (%IsJSProxy(obj)) {
967 if (%IsJSProxy(obj)) {
1115 if (%IsJSProxy(obj)) {
    [all...]
objects-inl.h 677 bool Object::IsJSProxy() const {
    [all...]
object-observe.js 197 if (!%IsJSProxy(object))
objects-debug.cc 787 CHECK(IsJSProxy());
    [all...]
runtime.h 285 F(IsJSProxy, 1, 1) \
    [all...]
objects.cc 760 object->IsJSProxy() || object->IsJSObject()
764 if (PrototypeIterator::GetCurrent(iter)->IsJSProxy()) {
    [all...]
runtime.cc 714 return isolate->heap()->ToBoolean(obj->IsJSProxy());
    [all...]
isolate.cc     [all...]
  /external/chromium_org/v8/src/ic/
ic.cc     [all...]

Completed in 514 milliseconds