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

  /external/chromium_org/v8/src/
lookup.cc 75 return JSPROXY;
98 case JSPROXY:
lookup.h 34 JSPROXY
96 ASSERT(IsFound() && state_ != JSPROXY);
130 /* JSPROXY */
132 Handle<JSProxy> GetJSProxy() const {
133 return Handle<JSProxy>::cast(maybe_holder_.ToHandleChecked());
objects.cc 136 case LookupIterator::JSPROXY:
137 return JSProxy::GetPropertyWithHandler(
389 MaybeHandle<Object> JSProxy::GetPropertyWithHandler(Handle<JSProxy> proxy,
830 return JSProxy::GetElementWithHandler(
831 Handle<JSProxy>::cast(holder), receiver, index);
    [all...]

Completed in 975 milliseconds