OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativesCollection
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/snapshot/
natives.h
29
class
NativesCollection
{
31
class V8_EXPORT_PRIVATE
NativesCollection
{
56
typedef
NativesCollection
<CORE> Natives;
57
typedef
NativesCollection
<EXPERIMENTAL> ExperimentalNatives;
58
typedef
NativesCollection
<EXTRAS> ExtraNatives;
59
typedef
NativesCollection
<EXPERIMENTAL_EXTRAS> ExperimentalExtraNatives;
natives-common.cc
15
FixedArray*
NativesCollection
<CORE>::GetSourceCache(Heap* heap) {
21
FixedArray*
NativesCollection
<EXPERIMENTAL>::GetSourceCache(Heap* heap) {
27
FixedArray*
NativesCollection
<EXTRAS>::GetSourceCache(Heap* heap) {
33
FixedArray*
NativesCollection
<EXPERIMENTAL_EXTRAS>::GetSourceCache(Heap* heap) {
natives-external.cc
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);
[
all
...]
/external/v8/src/
d8.cc
[
all
...]
Completed in 476 milliseconds