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

  /external/v8/src/
prototype.h 75 return isolate_->MayAccess(handle(isolate_->context()),
lookup.cc 135 return isolate_->MayAccess(handle(isolate_->context()),
isolate.h 684 bool MayAccess(Handle<Context> accessing_context, Handle<JSObject> receiver);
    [all...]
isolate.cc 791 bool Isolate::MayAccess(Handle<Context> accessing_context,
    [all...]
objects.cc     [all...]
builtins.cc     [all...]
api.cc     [all...]
  /external/v8/src/runtime/
runtime-classes.cc 254 !isolate->MayAccess(handle(isolate->context()), home_object)) {
279 !isolate->MayAccess(handle(isolate->context()), home_object)) {
356 !isolate->MayAccess(handle(isolate->context()), home_object)) {
379 !isolate->MayAccess(handle(isolate->context()), home_object)) {

Completed in 158 milliseconds