Searched defs:Mirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmirror-debugger.js32 // Mirror cache.
51 * @returns {Mirror} the mirror reflects the passed value or object
106 * @returns {Mirror or undefiend} the mirror with the requested handle or
117 * @returns {Mirror} the mirror reflects the undefined value
199 // Mirror hierarchy:
200 // - Mirror
223 function Mirror(type) { class
228 Mirror.prototype.type = function() {
237 Mirror.prototype.isValue = function() {
246 Mirror
[all...]

Completed in 13 milliseconds