HomeSort by relevance Sort by last modified time
    Searched full:security_token (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
contexts.h 78 V(SECURITY_TOKEN_INDEX, Object, security_token) \
492 return this->global_object()->native_context()->security_token() ==
493 that->global_object()->native_context()->security_token();
string-stream.cc 459 Object* token = context->native_context()->security_token();
isolate.cc 694 if (Context::cast(receiver_context)->security_token() ==
695 native_context->security_token())
    [all...]
api.cc 5242 i::Object* security_token = env->security_token(); local
    [all...]
bootstrapper.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 112 v8::Utils::OpenHandle(*context_)->security_token());
    [all...]

Completed in 341 milliseconds