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

/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() {
109 static DeclarationContext* GetInstance(Local<Value> data);
113 DeclarationContext::DeclarationContext() function in class:DeclarationContext
119 void DeclarationContext::InitializeIfNeeded() {
141 void DeclarationContext::Check(const char* source,
180 void DeclarationContext
[all...]

Completed in 71 milliseconds