Home
last modified time | relevance | path

Searched defs:__proto__ (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/actionscript.all/
H A DPoint.as265 o3 = {}; o3.prototype = {}; o3.prototype.__proto__ = Point.prototype; method in o3
271 String.prototype.__proto__ = Point.prototype; method in String
H A DInheritance.as272 A.prototype.__constructor__ = F; A.prototype.__proto__ = F.prototype; method in A
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/log/
H A Dlog.mjs35 __proto__: null, property in LogEntry.toolTipDict.toolTipDescription
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dic-processor-driver.mjs30 __proto__: null, property in accumulator
H A Dparse-processor.mjs43 __proto__: null, property in kNoTimeMetrics
752 __proto__: null, property in ParseProcessor.constructor.dispatchTable_
787 __proto__: null, property in ParseProcessor.constructor.functionEventDispatchTable_
H A Dtickprocessor.mjs362 __proto__:null, property in ArgumentsProcessor.getArgsDispatch.dispatch
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dic-processor-driver.mjs71 __proto__: null, property in accumulator
H A Dparse-processor.mjs55 __proto__: null, property in kNoTimeMetrics
753 __proto__: null, property in ParseProcessor.constructor.dispatchTable_
788 __proto__: null, property in ParseProcessor.constructor.functionEventDispatchTable_
H A Dtickprocessor.mjs35 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptobjectsnapshot.cpp83 QString __proto__ = QString::fromLatin1("__proto__"); in capture() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/scripttools/debugging/
H A Dqscriptobjectsnapshot.cpp85 QString __proto__ = QString::fromLatin1("__proto__"); in capture() local
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/scripttools/debugging/
H A Dqscriptobjectsnapshot.cpp83 QString __proto__ = QString::fromLatin1("__proto__"); in capture() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/system-analyzer/
H A Dindex.mjs23 __proto__: null, property in App.constructor._view
H A Dtimeline.mjs255 let breakdown = {__proto__: null}; property in Chunk.getBreakdown.breakdown
H A Dprocessor.mjs30 __proto__: null, property in Processor.constructor.dispatchTable_
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dstring.go14 __proto__ = "__proto__" const
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dstring.go14 __proto__ = "__proto__" const
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/
H A Dindex.mjs29 __proto__: null, property in App.constructor._view
H A Dprocessor.mjs74 __proto__: null, property in Processor.constructor.dispatchTable_
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/
H A Dbase.py3042 def __proto__(): function
3050 def __proto__(val): function
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/
H A Dbase.py3045 def __proto__(): function
3053 def __proto__(val): function
/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_value.h193 njs_object_t *__proto__; member