Home
last modified time | relevance | path

Searched refs:prototype (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/external/v8/src/inspector/
Ddebugger_script_externs.js123 BreakPoint.prototype.script_break_point = function() {}
126 BreakPoint.prototype.number = function() {}
135 ExecutionState.prototype.evaluateGlobal = function(source) {}
138 ExecutionState.prototype.frameCount = function() {}
144 ExecutionState.prototype.frame = function(index) {}
147 ExecutionState.prototype.setSelectedFrame = function(index) {}
150 ExecutionState.prototype.selectedFrame = function() {}
187 ScopeDetails.prototype.object = function() {}
190 ScopeDetails.prototype.name = function() {}
193 ScopeDetails.prototype.type = function() {}
[all …]
Dinjected_script_externs.js13 InjectedScriptHostClass.prototype.nullifyPrototype = function(obj) {}
19 InjectedScriptHostClass.prototype.internalConstructorName = function(obj) {}
26 InjectedScriptHostClass.prototype.formatAccessorsAsProperties = function(obj, func) {}
32 InjectedScriptHostClass.prototype.subtype = function(obj) {}
38 InjectedScriptHostClass.prototype.isTypedArray = function(obj) {}
44 InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
51 InjectedScriptHostClass.prototype.objectHasOwnProperty = function(object, propertyName) {}
58 InjectedScriptHostClass.prototype.bind = function(value, groupName) {}
64 InjectedScriptHostClass.prototype.proxyTargetValue = function(object) {}
/external/v8/src/debug/
Dmirrors.js156 tempCtor.prototype = superCtor.prototype;
157 ctor.super_ = superCtor.prototype;
158 ctor.prototype = new tempCtor();
159 ctor.prototype.constructor = ctor;
204 Mirror.prototype.type = function() {
213 Mirror.prototype.isValue = function() {
222 Mirror.prototype.isUndefined = function() {
231 Mirror.prototype.isNull = function() {
240 Mirror.prototype.isBoolean = function() {
249 Mirror.prototype.isNumber = function() {
[all …]
Ddebug.js138 BreakPoint.prototype.number = function() {
143 BreakPoint.prototype.func = function() {
148 BreakPoint.prototype.source_position = function() {
153 BreakPoint.prototype.active = function() {
161 BreakPoint.prototype.condition = function() {
169 BreakPoint.prototype.script_break_point = function() {
174 BreakPoint.prototype.enable = function() {
179 BreakPoint.prototype.disable = function() {
184 BreakPoint.prototype.setCondition = function(condition) {
189 BreakPoint.prototype.isTriggered = function(exec_state) {
[all …]
/external/protobuf/js/binary/
Dreader.js144 jspb.BinaryReader.prototype.alloc = jspb.BinaryReader.alloc;
150 jspb.BinaryReader.prototype.free = function() {
167 jspb.BinaryReader.prototype.getFieldCursor = function() {
176 jspb.BinaryReader.prototype.getCursor = function() {
185 jspb.BinaryReader.prototype.getBuffer = function() {
194 jspb.BinaryReader.prototype.getFieldNumber = function() {
203 jspb.BinaryReader.prototype.getWireType = function() {
212 jspb.BinaryReader.prototype.isEndGroup = function() {
221 jspb.BinaryReader.prototype.getError = function() {
232 jspb.BinaryReader.prototype.setBlock = function(bytes, start, length) {
[all …]
Dwriter.js117 jspb.BinaryWriter.prototype.appendUint8Array_ = function(arr) {
132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) {
149 jspb.BinaryWriter.prototype.endDelimited_ = function(bookmark) {
171 jspb.BinaryWriter.prototype.writeSerializedMessage = function(
184 jspb.BinaryWriter.prototype.maybeWriteSerializedMessage = function(
195 jspb.BinaryWriter.prototype.reset = function() {
207 jspb.BinaryWriter.prototype.getResultBuffer = function() {
241 jspb.BinaryWriter.prototype.getResultBase64String = function() {
252 jspb.BinaryWriter.prototype.beginSubMessage = function(field) {
261 jspb.BinaryWriter.prototype.endSubMessage = function() {
[all …]
Ddecoder.js97 jspb.BinaryIterator.prototype.init_ =
142 jspb.BinaryIterator.prototype.free = function() {
153 jspb.BinaryIterator.prototype.clear = function() {
171 jspb.BinaryIterator.prototype.get = function() {
180 jspb.BinaryIterator.prototype.atEnd = function() {
190 jspb.BinaryIterator.prototype.next = function() {
306 jspb.BinaryDecoder.prototype.free = function() {
318 jspb.BinaryDecoder.prototype.clone = function() {
327 jspb.BinaryDecoder.prototype.clear = function() {
340 jspb.BinaryDecoder.prototype.getBuffer = function() {
[all …]
Dencoder.js62 jspb.BinaryEncoder.prototype.length = function() {
70 jspb.BinaryEncoder.prototype.end = function() {
83 jspb.BinaryEncoder.prototype.writeSplitVarint64 = function(lowBits, highBits) {
107 jspb.BinaryEncoder.prototype.writeUnsignedVarint32 = function(value) {
126 jspb.BinaryEncoder.prototype.writeSignedVarint32 = function(value) {
155 jspb.BinaryEncoder.prototype.writeUnsignedVarint64 = function(value) {
171 jspb.BinaryEncoder.prototype.writeSignedVarint64 = function(value) {
186 jspb.BinaryEncoder.prototype.writeZigzagVarint32 = function(value) {
200 jspb.BinaryEncoder.prototype.writeZigzagVarint64 = function(value) {
215 jspb.BinaryEncoder.prototype.writeUint8 = function(value) {
[all …]
Ddecoder_test.js259 jspb.BinaryDecoder.prototype.readUint8,
260 jspb.BinaryEncoder.prototype.writeUint8,
264 jspb.BinaryDecoder.prototype.readUint16,
265 jspb.BinaryEncoder.prototype.writeUint16,
269 jspb.BinaryDecoder.prototype.readUint32,
270 jspb.BinaryEncoder.prototype.writeUint32,
274 jspb.BinaryDecoder.prototype.readUint64,
275 jspb.BinaryEncoder.prototype.writeUint64,
285 jspb.BinaryDecoder.prototype.readInt8,
286 jspb.BinaryEncoder.prototype.writeInt8,
[all …]
/external/flatbuffers/js/
Dflatbuffers.js117 flatbuffers.Long.prototype.toFloat64 = function() {
125 flatbuffers.Long.prototype.equals = function(other) {
236 flatbuffers.Builder.prototype.forceDefaults = function(forceDefaults) {
247 flatbuffers.Builder.prototype.dataBuffer = function() {
257 flatbuffers.Builder.prototype.asUint8Array = function() {
271 flatbuffers.Builder.prototype.prep = function(size, additional_bytes) {
294 flatbuffers.Builder.prototype.pad = function(byte_size) {
303 flatbuffers.Builder.prototype.writeInt8 = function(value) {
310 flatbuffers.Builder.prototype.writeInt16 = function(value) {
317 flatbuffers.Builder.prototype.writeInt32 = function(value) {
[all …]
/external/libmojo/mojo/public/js/
Dcodec.js49 Decoder.prototype.align = function() {
53 Decoder.prototype.skip = function(offset) {
57 Decoder.prototype.readInt8 = function() {
63 Decoder.prototype.readUint8 = function() {
69 Decoder.prototype.readInt16 = function() {
75 Decoder.prototype.readUint16 = function() {
81 Decoder.prototype.readInt32 = function() {
87 Decoder.prototype.readUint32 = function() {
93 Decoder.prototype.readInt64 = function() {
99 Decoder.prototype.readUint64 = function() {
[all …]
Dbuffer.js27 Object.defineProperty(Buffer.prototype, "byteLength", {
31 Buffer.prototype.alloc = function(size) {
45 Buffer.prototype.grow = function(size) {
52 Buffer.prototype.trim = function() {
57 Buffer.prototype.getUint8 = function(offset) {
60 Buffer.prototype.getUint16 = function(offset) {
63 Buffer.prototype.getUint32 = function(offset) {
66 Buffer.prototype.getUint64 = function(offset) {
78 Buffer.prototype.getInt8 = function(offset) {
81 Buffer.prototype.getInt16 = function(offset) {
[all …]
Drouter.js36 Router.prototype.close = function() {
41 Router.prototype.accept = function(message) {
45 Router.prototype.reject = function(message) {
49 Router.prototype.acceptAndExpectResponse = function(message) {
68 Router.prototype.setIncomingReceiver = function(receiver) {
72 Router.prototype.setPayloadValidators = function(payloadValidators) {
76 Router.prototype.setErrorHandler = function(handler) {
80 Router.prototype.encounteredError = function() {
84 Router.prototype.handleIncomingMessage_ = function(message) {
97 Router.prototype.handleValidIncomingMessage_ = function(message) {
[all …]
Dvalidator.js56 Object.defineProperty(Validator.prototype, "offsetLimit", {
60 Object.defineProperty(Validator.prototype, "handleIndexLimit", {
66 Validator.prototype.isValidRange = function(start, numBytes) {
81 Validator.prototype.claimRange = function(start, numBytes) {
89 Validator.prototype.claimHandle = function(index) {
101 Validator.prototype.validateHandle = function(offset, nullable) {
113 Validator.prototype.validateInterface = function(offset, nullable) {
117 Validator.prototype.validateStructHeader =
138 Validator.prototype.validateMessageHeader = function() {
170 Validator.prototype.decodePointer = function(offset) {
[all …]
/external/v8/tools/
Dprofile.js49 Profile.prototype.skipThisFunction = function(name) {
91 Profile.prototype.handleUnknownCode = function(
103 Profile.prototype.addLibrary = function(
119 Profile.prototype.addStaticCode = function(
136 Profile.prototype.addCode = function(
154 Profile.prototype.addFuncCode = function(
186 Profile.prototype.moveCode = function(from, to) {
200 Profile.prototype.deleteCode = function(start) {
215 Profile.prototype.moveFunc = function(from, to) {
227 Profile.prototype.findEntry = function(addr) {
[all …]
Dcodemap.js81 CodeMap.prototype.addCode = function(start, codeEntry) {
94 CodeMap.prototype.moveCode = function(from, to) {
107 CodeMap.prototype.deleteCode = function(start) {
118 CodeMap.prototype.addLibrary = function(
131 CodeMap.prototype.addStaticCode = function(
140 CodeMap.prototype.markPages_ = function(start, end) {
151 CodeMap.prototype.deleteAllCoveredNodes_ = function(tree, start, end) {
168 CodeMap.prototype.isAddressBelongsTo_ = function(addr, node) {
176 CodeMap.prototype.findInTree_ = function(tree, addr) {
188 CodeMap.prototype.findEntry = function(addr) {
[all …]
Dtickprocessor.js29 childCtor.prototype.__proto__ = parentCtor.prototype;
147 V8Profile.prototype.handleUnknownCode = function(
206 TickProcessor.prototype.printError = function(str) {
211 TickProcessor.prototype.setCodeType = function(name, type) {
216 TickProcessor.prototype.isSharedLibrary = function(name) {
221 TickProcessor.prototype.isCppCode = function(name) {
226 TickProcessor.prototype.isJsCode = function(name) {
231 TickProcessor.prototype.processLogFile = function(fileName) {
240 TickProcessor.prototype.processLogFileInTest = function(fileName) {
248 TickProcessor.prototype.processSharedLibrary = function(
[all …]
Dsplaytree.js47 SplayTree.prototype.root_ = null;
53 SplayTree.prototype.isEmpty = function() {
67 SplayTree.prototype.insert = function(key, value) {
100 SplayTree.prototype.remove = function(key) {
131 SplayTree.prototype.find = function(key) {
143 SplayTree.prototype.findMin = function() {
158 SplayTree.prototype.findMax = function(opt_startNode) {
174 SplayTree.prototype.findGreatestLessThan = function(key) {
197 SplayTree.prototype.exportKeysAndValues = function() {
207 SplayTree.prototype.exportValues = function() {
[all …]
/external/v8/benchmarks/
Ddeltablue.js49 Object.prototype.inheritsFrom = function (shuper) {
51 Inheriter.prototype = shuper.prototype;
52 this.prototype = new Inheriter();
60 OrderedCollection.prototype.add = function (elm) {
64 OrderedCollection.prototype.at = function (index) {
68 OrderedCollection.prototype.size = function () {
72 OrderedCollection.prototype.removeFirst = function () {
76 OrderedCollection.prototype.remove = function (elm) {
122 Strength.prototype.nextWeaker = function () {
160 Constraint.prototype.addConstraint = function () {
[all …]
Drichards.js126 Scheduler.prototype.addIdleTask = function (id, priority, queue, count) {
136 Scheduler.prototype.addWorkerTask = function (id, priority, queue) {
146 Scheduler.prototype.addHandlerTask = function (id, priority, queue) {
156 Scheduler.prototype.addDeviceTask = function (id, priority, queue) {
167 Scheduler.prototype.addRunningTask = function (id, priority, queue, task) {
179 Scheduler.prototype.addTask = function (id, priority, queue, task) {
188 Scheduler.prototype.schedule = function () {
204 Scheduler.prototype.release = function (id) {
220 Scheduler.prototype.holdCurrent = function () {
230 Scheduler.prototype.suspendCurrent = function () {
[all …]
/external/flatbuffers/tests/
Dmonster_test_generated.js66 MyGame.Example2.Monster.prototype.__init = function(i, bb) {
117 MyGame.Example.Test.prototype.__init = function(i, bb) {
126 MyGame.Example.Test.prototype.a = function() {
134 MyGame.Example.Test.prototype.mutate_a = function(value) {
148 MyGame.Example.Test.prototype.b = function() {
156 MyGame.Example.Test.prototype.mutate_b = function(value) {
201 MyGame.Example.TestSimpleTableWithEnum.prototype.__init = function(i, bb) {
219 MyGame.Example.TestSimpleTableWithEnum.prototype.color = function() {
228 MyGame.Example.TestSimpleTableWithEnum.prototype.mutate_color = function(value) {
283 MyGame.Example.Vec3.prototype.__init = function(i, bb) {
[all …]
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/
Dbackground.js23 Networking.prototype._setupFunctionCall = function(function_name) {
32 Networking.prototype._setResult = function(function_name, result_value) {
45 Networking.prototype.getEnabledNetworkDevices = function() {
62 Networking.prototype.enableNetworkDevice = function(type) {
69 Networking.prototype.disableNetworkDevice = function(type) {
76 Networking.prototype.requestNetworkScan = function() {
83 Networking.prototype.createNetwork = function(shared, properties) {
92 Networking.prototype.setProperties = function(guid, properties) {
101 Networking.prototype.findNetworks = function(type) {
113 Networking.prototype.getNetworks = function(properties) {
[all …]
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js74 TcpServer.prototype.isConnected=function() {
84 TcpServer.prototype.listen = function(callback) {
96 TcpServer.prototype.disconnect = function() {
122 TcpServer.prototype._onCreate = function(createInfo) {
142 TcpServer.prototype._onListenComplete = function(resultCode) {
148 TcpServer.prototype._onAccept = function (info) {
164 TcpServer.prototype._onAcceptError = function(info) {
171 TcpServer.prototype._onNoMoreConnectionsAvailable = function(socketId) {
181 TcpServer.prototype._onSocketInfo = function(tcpConnection, socketInfo) {
207 TcpConnection.prototype.setSocketInfo = function(socketInfo) {
[all …]
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js21 InputError.prototype.toString = function() {
35 File.prototype.endReached = function() {
39 File.prototype.nextLine = function() {
59 Line.prototype.endReached = function() {
72 Line.prototype.nextItem = function() {
105 Item.prototype.isFloat = function() {
109 Item.prototype.isInteger = function() {
114 Item.prototype.isNumber = function() {
118 Item.prototype.isByte = function() {
122 Item.prototype.isDistance = function() {
[all …]
/external/libvncserver/webclients/novnc/include/chrome-app/
Dtcp-client.js58 TcpClient.prototype.connect = function(callback) {
76 TcpClient.prototype.sendBuffer = function(buf, callback) {
103 TcpClient.prototype.sendString = function(msg, callback) {
123 TcpClient.prototype.addResponseListener = function(callback, type) {
141 TcpClient.prototype.addDisconnectListener = function(callback) {
151 TcpClient.prototype.disconnect = function() {
171 TcpClient.prototype._onCreate = function(createInfo) {
188 TcpClient.prototype._onConnectComplete = function(resultCode) {
205 TcpClient.prototype._periodicallyRead = function() {
228 TcpClient.prototype._onDataRead = function(readInfo) {
[all …]

12345678910>>...21