Home
last modified time | relevance | path

Searched defs:NewFixedArray (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-shim.cc193 Handle<FixedArray> Isolate::NewFixedArray(int length) { in NewFixedArray() function in v8::internal::Isolate
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpShim.cpp221 Handle<FixedArray> Isolate::NewFixedArray(int length) { in NewFixedArray() function in v8::internal::Isolate
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpShim.cpp221 Handle<FixedArray> Isolate::NewFixedArray(int length) { in NewFixedArray() function in v8::internal::Isolate
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpShim.cpp221 Handle<FixedArray> Isolate::NewFixedArray(int length) { in NewFixedArray() function in v8::internal::Isolate
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory-base.cc68 Handle<FixedArray> FactoryBase<Impl>::NewFixedArray(int length, in NewFixedArray() function in v8::internal::FactoryBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory-base.cc71 Handle<FixedArray> FactoryBase<Impl>::NewFixedArray(int length, in NewFixedArray() function in v8::internal::FactoryBase
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory-base.cc73 Handle<FixedArray> FactoryBase<Impl>::NewFixedArray(int length, in NewFixedArray() function in v8::internal::FactoryBase
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.cc334 Handle<FixedArray> Factory::NewFixedArray(int length, PretenureFlag pretenure) { in NewFixedArray() function in v8::internal::Factory