Searched refs:DeclarationContext (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-decls.cc44 // A DeclarationContext holds a reference to a v8::Context and keeps
48 class DeclarationContext { class
50 DeclarationContext();
52 virtual ~DeclarationContext() {
100 static DeclarationContext* GetInstance(const AccessorInfo& info);
104 DeclarationContext::DeclarationContext() function in class:DeclarationContext
110 void DeclarationContext::InitializeIfNeeded() {
126 void DeclarationContext::Check(const char* source,
156 v8::Handle<Value> DeclarationContext
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-decls.cc45 // A DeclarationContext holds a reference to a v8::Context and keeps
49 class DeclarationContext { class
51 DeclarationContext();
53 virtual ~DeclarationContext() {
107 static DeclarationContext* GetInstance(Local<Value> data);
111 DeclarationContext::DeclarationContext() function in class:DeclarationContext
117 void DeclarationContext::InitializeIfNeeded() {
139 void DeclarationContext::Check(const char* source,
176 void DeclarationContext
[all...]

Completed in 2314 milliseconds