OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utility_context_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
d8.cc
114
Persistent<Context> Shell::
utility_context_
;
member in class:v8::Shell
539
if (enter_context)
utility_context_
->Enter();
576
if (enter_context)
utility_context_
->Exit();
584
Context::Scope context_scope(
utility_context_
);
585
Handle<Object> global =
utility_context_
->Global();
596
Context::Scope context_scope(
utility_context_
);
597
Handle<Object> global =
utility_context_
->Global();
607
Context::Scope context_scope(
utility_context_
);
608
Handle<Object> global =
utility_context_
->Global();
729
utility_context_
->SetSecurityToken(Undefined())
[
all
...]
d8.h
370
static Persistent<Context>
utility_context_
;
member in class:v8::Shell
Completed in 82 milliseconds