HomeSort by relevance Sort by last modified time
    Searched refs:DeclarationContext (Results 1 - 2 of 2) sorted by null

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

Completed in 90 milliseconds