Home
last modified time | relevance | path

Searched full:ecma (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/
Decma_isa.yaml15 - name: ecma
16 description: Extension for ecma support.
19 - title: Ecma extension instructions
20 description: Ecma extension instructions with prefix ecma
34 - sig: ecma.ldnan
36 prefix: ecma
38 - sig: ecma.ldinfinity
40 prefix: ecma
42 - sig: ecma.ldglobalthis
44 prefix: ecma
[all …]
Djs_runtime_options.cpp96 …log-components: Enable logs from specified components: ['all', 'gc', 'ecma',\n"
99 …debug: Enable debug or above logs for components: ['all', 'gc', 'ecma',\n"
102 "--log-error: Enable error log for components: ['all', 'gc', 'ecma',\n"
105 "--log-fatal: Enable fatal log for components: ['all', 'gc', 'ecma',\n"
108 "--log-info: Enable info log for components: ['all', 'gc', 'ecma',\n"
111 … "--log-warning: Enable warning log for components: ['all', 'gc', 'ecma',\n"
Dmessage_string.h38 V(CanNotGetNotEcmaObject, "Can not get Prototype on non ECMA Object") \
Dobject_fast_operator.h86 // non ECMA standard jsapi container
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.h26 // ecma 26.1.1
29 // ecma 26.1.2
32 // ecma 26.1.3
35 // ecma 26.1.4
38 // ecma 26.1.5
41 // ecma 26.1.6
44 // ecma 26.1.7
47 // ecma 26.1.8
50 // ecma 26.1.9
53 // ecma 26.1.10
[all …]
Dbuiltins_function.h25 // ecma 19.2.1 Function (p1, p2, ... , pn, body)
28 // ecma 19.2.3 The Function prototype object is itself a built-in function object.
31 // ecma 19.2.3.1 Function.prototype.apply (thisArg, argArray)
34 // ecma 19.2.3.2 Function.prototype.bind (thisArg , ...args)
37 // ecma 19.2.3.3 Function.prototype.call (thisArg , ...args)
40 // ecma 19.2.3.5 Function.prototype.toString ()
43 // ecma 19.2.3.6 Function.prototype[@@hasInstance] (V)
Dbuiltins_boolean.h25 // ecma 19.3.1
28 // ecma 19.3.3 abstract operation thisBooleanValue(value)
31 // ecma 19.3.3.2
34 // ecma 19.3.3.3
Dbuiltins_async_generator.h24 // ecma 27.6.1.1
27 // ecma 27.6.1.2 AsyncGenerator.prototype.next
30 // ecma 27.6.1.3 AsyncGenerator.prototype.return
33 // ecma 27.6.1.4 AsyncGenerator.prototype.throw
Dbuiltins_reflect.cpp22 // ecma 26.1.1 Reflect.apply (target, thisArgument, argumentsList)
52 // ecma 26.1.2 Reflect.construct (target, argumentsList [ , newTarget])
86 // ecma 26.1.3 Reflect.defineProperty (target, propertyKey, attributes)
110 // ecma 21.1.4 Reflect.deleteProperty (target, propertyKey)
129 // ecma 26.1.5 Reflect.get (target, propertyKey [ , receiver])
155 // ecma 26.1.6 Reflect.getOwnPropertyDescriptor ( target, propertyKey )
181 // ecma 21.1.7 Reflect.getPrototypeOf (target)
197 // ecma 26.1.8 Reflect.has (target, propertyKey)
216 // ecma 26.1.9 Reflect.isExtensible (target)
231 // ecma 26.1.10 Reflect.ownKeys (target)
[all …]
Dbuiltins_async_generator.cpp23 // ecma 27.6.1.1
32 // ecma 27.6.1.2 AsyncGenerator.prototype.next
50 // ecma 27.6.1.3 AsyncGenerator.prototype.return
67 // ecma 27.6.1.4 AsyncGenerator.prototype.throw
Dbuiltins_boolean.cpp24 // ecma 19.3.1.1 Boolean(value)
52 // ecma 19.3.3 abstract operation thisBooleanValue(value)
74 // ecma 19.3.3.2 Boolean.prototype.toString ()
90 // ecma 19.3.3.3 Boolean.prototype.valueOf ()
Dbuiltins_function.cpp27 // ecma 19.2.1 Function (p1, p2, ... , pn, body)
38 // ecma 19.2.3 The Function prototype object is itself a built-in function object.
98 // ecma 19.2.3.1 Function.prototype.apply (thisArg, argArray)
143 // ecma 19.2.3.2 Function.prototype.bind (thisArg , ...args)
236 // ecma 19.2.3.3 Function.prototype.call (thisArg , ...args)
266 // ecma 19.2.3.5 Function.prototype.toString ()
299 // ecma 19.2.3.6 Function.prototype[@@hasInstance] (V)
/arkcompiler/ets_frontend/test_ecma_bcopt/
Dtest_bytecode_optimizer_for_js.txt22 ecma.ldlexenvdyn
23 ecma.createarraywithbuffer 0x0
24 ecma.stlettoglobalrecord "a"
25 ecma.tryldglobalbyname "a"
28 ecma.stobjbyindex v0, 0x0
29 ecma.returnundefined
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb91 return "ecma"
129 /^ecma/ => "ecma",
203 // Currently we support two strategies for building IR from ecma.* instructions:
204 // 1) Each ecma.* instruction is translated to a corresponding intrinsic call.
207 // 2) Semantics of each ecma.* instruction is taken from the corresponding
220 // +compilable, +inlinable: ecma.* -> intrinsics for BCO, inline IRtoC otherwise:
227 // +compilable, -inlinable: ecma.* -> intrinsics for all scenarios:
231 // -compilable, -inlinable: ecma.* -> intrinsics for BCO, fail IR builder otherwise:
243 … LOG(ERROR, COMPILER) << "Unknown ecma.* opcode: " << static_cast<int>(bc_inst->GetOpcode());
375 LOG(ERROR,COMPILER) << "unknown Ecma opcode!" << static_cast<int>(bc_inst->GetOpcode());
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json65 "op": "ecma.ldlexenvdyn",
112 "op": "ecma.add2dyn",
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dlibrary_ObjectPrototypeProperties.ts22 // http://www.ecma-international.org/ecma-262/5.1/#sec-15.2.4
Dlibrary_DatePrototypeProperties.ts22 // http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.5
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp91 // ecma 19.2.3.1: func in HWTEST_F_L0()
94 // ecma 19.2.3.1: thisArg in HWTEST_F_L0()
126 // ecma 19.2.3.1: func in HWTEST_F_L0()
129 // ecma 19.2.3.1: thisArg in HWTEST_F_L0()
138 // ecma 19.2.3.1: argArray in HWTEST_F_L0()
328 // ecma 19.2.3.3: func in HWTEST_F_L0()
331 // ecma 19.2.3.3: thisArg in HWTEST_F_L0()
363 // ecma 19.2.3.3: func in HWTEST_F_L0()
366 // ecma 19.2.3.3: thisArg in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlinked_node_test.cpp56 EcmaVM *ecma = thread->GetEcmaVM(); in GetGlobalEnv() local
57 return ecma->GetGlobalEnv(); in GetGlobalEnv()
Dtagged_value_test.cpp890 EcmaVM *ecma = thread->GetEcmaVM(); in HWTEST_F_L0() local
891 JSHandle<JSTaggedValue> objectFun = ecma->GetGlobalEnv()->GetObjectFunction(); in HWTEST_F_L0()
948 EcmaVM *ecma = thread->GetEcmaVM(); in HWTEST_F_L0() local
949 JSHandle<JSTaggedValue> objectFun = ecma->GetGlobalEnv()->GetArrayFunction(); in HWTEST_F_L0()
1017 EcmaVM *ecma = thread->GetEcmaVM(); in HWTEST_F_L0() local
1018 JSHandle<JSTaggedValue> objectFun = ecma->GetGlobalEnv()->GetObjectFunction(); in HWTEST_F_L0()
1020 …JSHandle<JSObject> jsObj = ecma->GetFactory()->NewJSObjectByConstructor(JSHandle<JSFunction>(objec… in HWTEST_F_L0()
1026ecma->GetFactory()->NewFromASCII("test").GetTaggedValue())); in HWTEST_F_L0()
1028 JSHandle<JSTaggedValue> test(ecma->GetFactory()->NewFromASCII("test")); in HWTEST_F_L0()
1045 JSHandle<JSTaggedValue> test1(ecma->GetFactory()->NewFromASCII("test1")); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist_iterator.h24 * It is used to provide iterators for non ECMA standard jsapi containers.
Djs_api_tree_map_iterator.h24 * It is used to provide iterators for non ECMA standard jsapi containers.
Djs_api_tree_set_iterator.h24 * It is used to provide iterators for non ECMA standard jsapi containers.
Djs_api_tree_set.h24 * Provide the object of non ECMA standard jsapi container.
Djs_api_tree_map.h24 * Provide the object of non ECMA standard jsapi container.

123