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

  /external/v8/src/snapshot/
natives.h 51 // The following methods are implemented in natives-common.cc:
56 typedef NativesCollection<CORE> Natives;
63 // Used for reading the natives at runtime. Implementation in natives-empty.cc
serializer.cc 8 #include "src/snapshot/natives.h"
718 Natives::GetBuiltinsCount(), resource_pointer,
719 Natives::GetSourceCache(serializer_->isolate()->heap()),
729 // One of the strings in the natives cache should match the resource. We
deserializer.cc 12 #include "src/snapshot/natives.h"
    [all...]
  /external/v8/src/
bootstrapper.cc 8 #include "src/api-natives.h"
20 #include "src/snapshot/natives.h"
37 // We can use external strings for the natives.
53 template Handle<String> Bootstrapper::SourceLookup<Natives>(int index);
129 DeleteNativeSources(Natives::GetSourceCache(isolate_->heap()));
    [all...]
  /external/v8/src/js/
promise.js 75 } %catch (e) { // Natives syntax to mark this catch block.
132 } %catch (exception) { // Natives syntax to mark this catch block.
  /external/v8/src/runtime/
runtime-test.cc 18 #include "src/snapshot/natives.h"
550 return Smi::FromInt(Natives::GetBuiltinsCount());
  /external/v8/src/heap/
heap.cc 39 #include "src/snapshot/natives.h"
    [all...]

Completed in 105 milliseconds