Searched refs:ExperimentalNatives (Results 1 – 3 of 3) sorted by relevance
51 typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives; typedef
53 template Handle<String> Bootstrapper::SourceLookup<ExperimentalNatives>(124 DeleteNativeSources(ExperimentalNatives::GetSourceCache(isolate_->heap())); in TearDown()1814 Vector<const char> name = ExperimentalNatives::GetScriptName(index); in CompileExperimentalBuiltin()1816 isolate->bootstrapper()->SourceLookup<ExperimentalNatives>(index); in CompileExperimentalBuiltin()2848 for (int i = ExperimentalNatives::GetDebuggerCount(); in InstallExperimentalNatives()2849 i < ExperimentalNatives::GetBuiltinsCount(); i++) { in InstallExperimentalNatives()2853 Vector<const char> script_name = ExperimentalNatives::GetScriptName(i); \ in InstallExperimentalNatives()
2778 *factory->NewFixedArray(ExperimentalNatives::GetBuiltinsCount())); in CreateInitialObjects()