OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_context_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
type-info.cc
66
global_context_
= global_context;
195
function =
global_context_
->string_function();
198
function =
global_context_
->number_function();
201
function =
global_context_
->boolean_function();
bootstrapper.cc
154
Handle<Context>
global_context_
;
member in class:BASE_EMBEDDED
161
Handle<Context> global_context() { return
global_context_
; }
649
global_context_
= Handle<Context>::cast(isolate->global_handles()->Create(
651
AddToWeakGlobalContextList(*
global_context_
);
781
GlobalObject::cast(
global_context_
->extension()));
782
Handle<JSBuiltinsObject> builtins_global(
global_context_
->builtins());
783
global_context_
->set_extension(*inner_global);
784
global_context_
->set_global(*inner_global);
785
global_context_
->set_security_token(*inner_global);
[
all
...]
type-info.h
282
Handle<Context>
global_context_
;
member in class:v8::internal::BASE_EMBEDDED
Completed in 52 milliseconds