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

/external/chromium_org/v8/src/
H A Dbootstrapper.h139 explicit BootstrapperActive(Bootstrapper* bootstrapper) argument
140 : bootstrapper_(bootstrapper) {
158 NativesExternalStringResource(Bootstrapper* bootstrapper,
H A Disolate.h855 Bootstrapper* bootstrapper() { return bootstrapper_; } function in class:v8::internal::Isolate
H A Dbootstrapper.cc5 #include "src/bootstrapper.h"
23 Bootstrapper* bootstrapper,
27 if (bootstrapper->delete_these_non_arrays_on_tear_down_ == NULL) {
28 bootstrapper->delete_these_non_arrays_on_tear_down_ = new List<char*>(2);
32 bootstrapper->delete_these_non_arrays_on_tear_down_->
1377 isolate->bootstrapper()->NativesSourceLookup(index);
2381 isolate->bootstrapper()->extensions_cache(),
2613 active_(isolate->bootstrapper()) {
22 NativesExternalStringResource( Bootstrapper* bootstrapper, const char* source, size_t length) argument

Completed in 212 milliseconds