Lines Matching refs:NativesCollection
190 // Implement NativesCollection<T> bsaed on NativesHolder + NativesStore.
197 int NativesCollection<type>::GetBuiltinsCount() {
202 int NativesCollection<type>::GetDebuggerCount() {
207 int NativesCollection<type>::GetIndex(const char* name) {
212 Vector<const char> NativesCollection<type>::GetScriptSource(int index) {
217 Vector<const char> NativesCollection<type>::GetScriptName(int index) {
222 Vector<const char> NativesCollection<type>::GetScriptsSource() {
229 template int NativesCollection<T>::GetBuiltinsCount(); \
230 template int NativesCollection<T>::GetDebuggerCount(); \
231 template int NativesCollection<T>::GetIndex(const char* name); \
232 template Vector<const char> NativesCollection<T>::GetScriptSource(int i); \
233 template Vector<const char> NativesCollection<T>::GetScriptName(int i); \
234 template Vector<const char> NativesCollection<T>::GetScriptsSource();