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

  /external/v8/src/
lookup.cc 69 DCHECK_NE(JSPROXY, state_);
280 // Can only be called when the receiver is a JSObject. JSProxy has to be handled
377 // Can only be called when the receiver is a JSObject. JSProxy has to be
488 DCHECK(has_property_ || state_ == INTERCEPTOR || state_ == JSPROXY);
497 // JSProxy do not occur as hidden prototypes.
675 if (is_element || !name_->IsPrivate()) return JSPROXY;
710 case JSPROXY:
lookup.h 34 JSPROXY,
objects.cc 659 Handle<JSProxy> proxy = Handle<JSProxy>::cast(object);
772 case LookupIterator::JSPROXY:
773 return JSProxy::HasProperty(it->isolate(), it->GetHolder<JSProxy>(),
808 case LookupIterator::JSPROXY: {
811 JSProxy::GetProperty(it->isolate(), it->GetHolder<JSProxy>(),
841 MaybeHandle<Object> JSProxy::GetProperty(Isolate* isolate,
842 Handle<JSProxy> proxy
    [all...]
builtins.cc     [all...]
  /external/v8/src/runtime/
runtime-forin.cc 44 // the oddities of JSProxy in for-in filter.
58 case LookupIterator::JSPROXY: {
60 result = JSProxy::GetPropertyAttributes(&it);
64 Handle<JSProxy> proxy = it.GetHolder<JSProxy>();
67 JSProxy::GetPrototype(proxy), Object);
69 // We already have a stack-check in JSProxy::GetPrototype.
runtime-debug.cc 109 case LookupIterator::JSPROXY:
280 Handle<JSProxy> js_proxy = Handle<JSProxy>::cast(object);
    [all...]
  /external/v8/src/ic/
ic.cc 246 case LookupIterator::JSPROXY:
909 if (lookup->state() == LookupIterator::JSPROXY ||
    [all...]
handler-compiler.cc 292 case LookupIterator::JSPROXY:
401 case LookupIterator::JSPROXY:
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 802 milliseconds