Searched refs:ExperimentalNatives (Results 1 – 3 of 3) sorted by relevance
57 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives; typedef
60 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(136 DeleteNativeSources(ExperimentalNatives::GetSourceCache(isolate_->heap())); in TearDown()3010 Vector<const char> name = ExperimentalNatives::GetScriptName(index); in CompileExperimentalBuiltin()3012 isolate->bootstrapper()->SourceLookup<ExperimentalNatives>(index); in CompileExperimentalBuiltin()4280 for (int i = ExperimentalNatives::GetDebuggerCount(); in InstallExperimentalNatives()4281 i < ExperimentalNatives::GetBuiltinsCount(); i++) { in InstallExperimentalNatives()4285 Vector<const char> script_name = ExperimentalNatives::GetScriptName(i); \ in InstallExperimentalNatives()
2772 *factory->NewFixedArray(ExperimentalNatives::GetBuiltinsCount())); in CreateInitialObjects()