Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-decls.cc48 class DeclarationContext { class
50 DeclarationContext();
52 virtual ~DeclarationContext() { in ~DeclarationContext()
100 static DeclarationContext* GetInstance(const AccessorInfo& info);
104 DeclarationContext::DeclarationContext() in DeclarationContext() function in DeclarationContext
110 void DeclarationContext::InitializeIfNeeded() { in InitializeIfNeeded()
126 void DeclarationContext::Check(const char* source, in Check()
156 v8::Handle<Value> DeclarationContext::HandleGet(Local<String> key, in HandleGet()
158 DeclarationContext* context = GetInstance(info); in HandleGet()
164 v8::Handle<Value> DeclarationContext::HandleSet(Local<String> key, in HandleSet()
[all …]