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

  /external/v8/src/
lookup.cc 611 Handle<GlobalDictionary> property_dictionary =
689 GlobalDictionary* dict = JSObject::cast(holder)->global_dictionary();
691 if (number == GlobalDictionary::kNotFound) return NOT_FOUND;
keys.cc 540 GlobalDictionary::CollectKeysTo(
616 Handle<GlobalDictionary> dictionary(object->global_dictionary(), isolate);
globals.h 404 class GlobalDictionary;
    [all...]
objects-debug.cc 601 if (GlobalDictionary::cast(properties())->NumberOfElements() == 0 &&
1056 GlobalDictionary* dict = global_dictionary();
    [all...]
objects.cc     [all...]
code-stub-assembler.cc     [all...]
objects.h     [all...]
factory.cc     [all...]
bootstrapper.cc     [all...]
objects-inl.h     [all...]
  /external/v8/src/runtime/
runtime-object.cc 61 GlobalDictionary* dictionary = receiver->global_dictionary();
63 if (entry != GlobalDictionary::kNotFound) {
  /external/v8/test/cctest/
test-code-stub-assembler.cc 319 TEST(GlobalDictionaryLookup) { TestNameDictionaryLookup<GlobalDictionary>(); }
    [all...]
test-api.cc     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 160 milliseconds