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

/external/chromium_org/v8/src/
H A Dbootstrapper.h158 explicit BootstrapperActive(Bootstrapper* bootstrapper) argument
159 : bootstrapper_(bootstrapper) {
177 NativesExternalStringResource(Bootstrapper* bootstrapper,
H A Dbootstrapper.cc32 #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_->
1463 isolate->bootstrapper()->NativesSourceLookup(index);
2379 isolate->bootstrapper()->extensions_cache(),
2601 active_(isolate->bootstrapper()) {
56 NativesExternalStringResource( Bootstrapper* bootstrapper, const char* source, size_t length) argument
H A Disolate.h861 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
/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 168 milliseconds