HomeSort by relevance Sort by last modified time
    Searched defs:Bootstrapper (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
bootstrapper.h 90 class Bootstrapper {
150 explicit Bootstrapper(Isolate* isolate);
152 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
158 explicit BootstrapperActive(Bootstrapper* bootstrapper)
159 : bootstrapper_(bootstrapper) {
168 Bootstrapper* bootstrapper_;
177 NativesExternalStringResource(Bootstrapper* bootstrapper,
bootstrapper.cc 32 #include "bootstrapper.h"
57 Bootstrapper* bootstrapper,
61 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
62 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
66 bootstrapper->delete_these_non_arrays_on_tear_down_->
71 Bootstrapper::Bootstrapper(Isolate* isolate)
80 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
100 void Bootstrapper::Initialize(bool create_heap_objects)
    [all...]
  /external/v8/src/
bootstrapper.h 89 class Bootstrapper {
147 Bootstrapper();
149 DISALLOW_COPY_AND_ASSIGN(Bootstrapper);
156 ++Isolate::Current()->bootstrapper()->nesting_;
160 --Isolate::Current()->bootstrapper()->nesting_;
171 NativesExternalStringResource(Bootstrapper* bootstrapper,
bootstrapper.cc 32 #include "bootstrapper.h"
51 Bootstrapper* bootstrapper,
55 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
56 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
60 bootstrapper->delete_these_non_arrays_on_tear_down_->
65 Bootstrapper::Bootstrapper()
73 Handle<String> Bootstrapper::NativesSourceLookup(int index) {
94 void Bootstrapper::Initialize(bool create_heap_objects)
    [all...]

Completed in 106 milliseconds