Searched full:way (Results 1 – 25 of 161) sorted by relevance
1234567
25 Testing methods affected by map Symbol.iterator (inherited way):30 Testing methods affected by custom Set Symbol.iterator (inherited way):35 Testing methods affected by custom Array Symbol.iterator (inherited way):
142 print("Testing methods affected by map Symbol.iterator (inherited way):");177 print("Testing methods affected by custom Set Symbol.iterator (inherited way):");211 print("Testing methods affected by custom Array Symbol.iterator (inherited way):");
32 // quick way to get name id35 // quick way to get method name38 // quick way to get proto id41 // quick way to get class id
40 // quick way to resolve offset by 16-bit id in method's instructions
40 // quick way to get name id43 // quick way to get method name50 // quick way to get proto id53 // quick way to get class id
32 // @StorageLink variable decorator creates two-way link with property "PropA" in AppStorage36 … // @LocalStorageLink variable decorator creates two-way link with property "PropA" in LocalStorage
30 // @StorageLink variable decorator creates two-way link with property "PropA" in AppStorage
18 …or coloring lets the standard greedy algorithm to color a graph by optimal way (max number of regi…32 …ys color consequently nodes of the same clique, or start another one. This way we don’t have situa…38 - Biasing, is a way when in front of coloring nodes are “hinted” with preferred colors. And on stag…61 …-site. The same thing should be done for return value, meantime there’s no way to get architected …
21 …s from the basic block, allocate them to expression's terms in an [optimal way](#operators-allocat…33 `Allocation in an optimal way` is an algorithm that creates expression and guarantees that it would…
11 …unction name in the source code and the function name in the bytecode. The way of distinguishing t…
26 console.println("Way ...");
17 desc: There is no way to inherit interface and/or class partially multiple times
17 desc: There is no way to inherit interface and/or class partially
152 |LANG| Async Way165 |LANG| Coroutines Way175 let promise = launch foo(); // Changed to coroutine way - begin176 let i = await promise; // Changed to coroutine way - end
56 *normal* and expected way for an operation to complete. A program143 exceptions and errors. Throwing exceptions provide a structured way to
18 …The field access expression super.f is handled in the same way as the expression this.f in the bod…
30 tool to transform the code in specific way, or to produce some useful output.
24 …es to get ``ESObject`` as parameter. That's why it should be repacked to a special mimic-proxy way.75 - Probably can be prepared way to explicit conversion to ESObject for such cases. Need clarify.
28 …* The analysis returns false if there is way with MonitorEntry and without MonitorExit or Vice ver…
142 // The only way to update counter in UpdateCounterAndCheck()161 // The only way is a name in operator()
49 * or pushed on the stack. The way how values are passed is described in the
59 JIT compiles the whole OSR-method the same way it compiles a hot method.65 There are no restrictions for inlining: methods can be inlined in a general way and all loop-optimi…