Searched defs:bootstrapper (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dbootstrapper.cc32 #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_->
1283 isolate->bootstrapper()->NativesSourceLookup(index);
2067 isolate->bootstrapper()->extensions_cache(),
50 NativesExternalStringResource( Bootstrapper* bootstrapper, const char* source, size_t length) argument
H A Disolate.h789 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate

Completed in 137 milliseconds