Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 60) sorted by relevance

123

/third_party/jerryscript/docs/
D13.DEBUGGER-TRANSPORT.md20 **Prototype**
41 **Prototype**
63 **Prototype**
76 **Prototype**
90 **Prototype**
106 **Prototype**
127 **Prototype**
139 **Prototype**
154 **Prototype**
166 **Prototype**
[all …]
D09.EXT-REFERENCE-ARG.md12 **Prototype**
44 **Prototype**
67 **Prototype**
105 **Prototype**
192 **Prototype**
280 **Prototype**
312 **Prototype**
345 **Prototype**
385 **Prototype**
417 **Prototype**
[all …]
D02.API-REFERENCE.md188 **Prototype**
200 **Prototype**
212 **Prototype**
230 **Prototype**
247 **Prototype**
301 **Prototype**
318 **Prototype**
362 **Prototype**
416 **Prototype**
441 **Prototype**
[all …]
D10.EXT-REFERENCE-HANDLER.md19 **Prototype**
80 **Prototype**
133 **Prototype**
186 **Prototype**
215 **Prototype**
246 **Prototype**
400 **Prototype**
427 **Prototype**
454 **Prototype**
493 **Prototype**
[all …]
D07.DEBUGGER.md96 **Prototype**
121 **Prototype**
161 **Prototype**
203 **Prototype**
243 **Prototype**
289 **Prototype**
377 **Prototype**
414 **Prototype**
D12.EXT-REFERENCE-MODULE.md61 **Prototype**
82 **Prototype**
104 **Prototype**
118 **Prototype**
130 **Prototype**
143 **Prototype**
255 **Prototype**
/third_party/rust/crates/clap/examples/
Dgit.md102 $ git stash -m "Prototype"
103 Pushing Some("Prototype")
108 $ git stash push -m "Prototype"
109 Pushing Some("Prototype")
Dgit-derive.md104 $ git-derive stash -m "Prototype"
105 Pushing StashPush { message: Some("Prototype") }
110 $ git-derive stash push -m "Prototype"
111 Pushing StashPush { message: Some("Prototype") }
/third_party/node/deps/v8/src/builtins/
Dbuiltins-temporal.cc386 BUILTIN(Temporal##T##Prototype##METHOD) { \
394 BUILTIN(Temporal##T##Prototype##METHOD) { \
404 BUILTIN(Temporal##T##Prototype##METHOD) { \
415 BUILTIN(Temporal##T##Prototype##METHOD) { \
448 BUILTIN(Temporal##T##Prototype##METHOD) { \
464 BUILTIN(Temporal##T##Prototype##METHOD) { \
472 BUILTIN(Temporal##T##Prototype##M) { \
487 BUILTIN(Temporal##T##Prototype##M) { \
500 BUILTIN(Temporal##T##Prototype##METHOD) { \
510 BUILTIN(Temporal##T##Prototype##METHOD) { \
Dpromise-resolve.tq39 // We can skip the "constructor" lookup on {value} if it's [[Prototype]]
122 // We can skip the "then" lookup on {resolution} if its [[Prototype]]
Dpromise-misc.tq341 // We can skip the "then" lookup on {receiver} if it's [[Prototype]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local
384 this->RetconLowering.ResumePrototype = Prototype; in buildFrom()
422 Prototype->getFunctionType()->dump(); in buildFrom()
431 Prototype->getFunctionType()->dump(); in buildFrom()
450 Prototype->getFunctionType()->dump(); in buildFrom()
458 Prototype->getFunctionType()->dump(); in buildFrom()
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DProblems.ts39 NewTarget, DefiniteAssignment, Prototype, GlobalThis, enumerator
124 faultsAttrs[FaultID.Prototype] = new FaultAttributes(136);
DTypeScriptLinterConfig.ts105 LinterConfig.nodeDesc[FaultID.Prototype] = "Prototype assignment";
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DProblems.ts37 NewTarget, DefiniteAssignment, Prototype, GlobalThis, enumerator
122 faultsAttrs[FaultID.Prototype] = { cookBookRef: "136", };
DTypeScriptLinterConfig.ts107 LinterConfig.nodeDesc[FaultID.Prototype] = "Prototype assignment";
/third_party/node/doc/contributing/
Dprimordials.md47 ### Prototype methods
366 // 4. Lookup `then` property on %Array.Prototype% (user-mutable).
367 // 5. Lookup `then` property on %Object.Prototype% (user-mutable).
370 // 1. Lookup `then` property on %Array.Prototype% (user-mutable).
371 // 2. Lookup `then` property on %Object.Prototype% (user-mutable).
383 // 3. Lookup `then` property on %Array.Prototype% (user-mutable).
384 // 4. Lookup `then` property on %Object.Prototype% (user-mutable).
/third_party/rust/crates/bindgen/book/src/
Dnodebug.md35 // Prototype
/third_party/typescript/tests/baselines/reference/
Dlibrary_ObjectPrototypeProperties.types2 // Properties of the Object Prototype Object as per ES5 spec
Dlibrary_ObjectPrototypeProperties.symbols2 // Properties of the Object Prototype Object as per ES5 spec
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DREADME-wasm.md1 # Wasm Prototype Experiment Notes
/third_party/node/deps/v8/tools/system-analyzer/log/
Dmap.mjs319 if (this.isCopyAsPrototype()) return s + 'Copy as Prototype';
321 return s + 'Optimize as Prototype';
/third_party/skia/modules/canvaskit/future_apis/
DImageDecoder.md16 - [Prototype](https://chromium-review.googlesource.com/c/chromium/src/+/2145133)
/third_party/typescript/src/services/
DnavigationBar.ts367 case AssignmentDeclarationKind.Prototype:
387 if (special === AssignmentDeclarationKind.Prototype) {
514 [AssignmentDeclarationKind.Prototype]: true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h46 Prototype, enumerator

123