Home
last modified time | relevance | path

Searched refs:PrimitiveRef (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefnullvalue_fuzzer/
H A Djsvaluerefnullvalue_fuzzer.cpp34 Local<PrimitiveRef> intValue = IntegerRef::New(vm, 0); in JSValueRefNullValueFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
H A Dpttypesremoteobjectgetvalue_fuzzer.cpp34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectGetValueFuzzTest()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer/
H A Dpttypesremoteobjectsetvalue_fuzzer.cpp34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectSetValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/primitiverefgetvalue_fuzzer/
H A Dprimitiverefgetvalue_fuzzer.cpp48 Local<PrimitiveRef> jsValueRef = JSNApiHelper::ToLocal<JSPrimitiveRef>(jsTaggedValue); in PrimitiveRefGetValueFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h55 class PrimitiveRef;
475 static Local<PrimitiveRef> Undefined(const EcmaVM *vm);
476 static Local<PrimitiveRef> Null(const EcmaVM *vm);
477 static Local<PrimitiveRef> Hole(const EcmaVM *vm);
478 static Local<PrimitiveRef> True(const EcmaVM *vm);
479 static Local<PrimitiveRef> False(const EcmaVM *vm);
912 class ECMA_PUBLIC_API PrimitiveRef : public JSValueRef { class
917 class ECMA_PUBLIC_API SymbolRef : public PrimitiveRef {
923 class ECMA_PUBLIC_API BooleanRef : public PrimitiveRef {
929 class ECMA_PUBLIC_API StringRef : public PrimitiveRef {
[all...]
H A Djsnapi.h53 class PrimitiveRef;
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp82 Local<PrimitiveRef> pintObject = intObject; in HWTEST_F_L0()
99 Local<PrimitiveRef> pdoubleObject = doubleObject; in HWTEST_F_L0()
106 Local<PrimitiveRef> pint32tObject = int32tObject; in HWTEST_F_L0()
113 Local<PrimitiveRef> puint32tObject = uint32tObject; in HWTEST_F_L0()
188 Local<PrimitiveRef> pint64tObject = int64tObject; in HWTEST_F_L0()
198 Local<PrimitiveRef> ptrueObject = trueObject; in HWTEST_F_L0()
203 Local<PrimitiveRef> pfalseObject = falseObject; in HWTEST_F_L0()
233 PrimitiveRef *pcharObject = charObject; in HWTEST_F_L0()
263 PrimitiveRef *pchar16tObject = char16tObject; in HWTEST_F_L0()
274 Local<PrimitiveRef> psymbolObjec in HWTEST_F_L0()
[all...]
H A Djsnapi_second_tests.cpp771 Local<PrimitiveRef> res = JSValueRef::False(vm_); in HWTEST_F_L0()
H A Djsnapi_first_tests.cpp1528 Local<PrimitiveRef> jsValueRef = JSNApiHelper::ToLocal<JSPrimitiveRef>(jsTaggedValue); in HWTEST_F_L0()
H A Dffi_workload.cpp1437 Local<PrimitiveRef> jsValueRef = JSNApiHelper::ToLocal<JSPrimitiveRef>(jsTaggedValue); in HWTEST_F_L0()
5041 Local<PrimitiveRef> intValue = IntegerRef::New(vm_, num); in HWTEST_F_L0()
5047 TEST_TIME(PrimitiveRef::GetValue); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp158 Local<PrimitiveRef> JSValueRef::Undefined(const EcmaVM *vm) in Undefined()
160 return JSNApiHelper::ToLocal<PrimitiveRef>( in Undefined()
164 Local<PrimitiveRef> JSValueRef::Null(const EcmaVM *vm) in Null()
166 return JSNApiHelper::ToLocal<PrimitiveRef>( in Null()
170 Local<PrimitiveRef> JSValueRef::Hole(const EcmaVM *vm) in Hole()
172 return JSNApiHelper::ToLocal<PrimitiveRef>( in Hole()
176 Local<PrimitiveRef> JSValueRef::True(const EcmaVM *vm) in True()
178 return JSNApiHelper::ToLocal<PrimitiveRef>( in True()
182 Local<PrimitiveRef> JSValueRef::False(const EcmaVM *vm) in False()
184 return JSNApiHelper::ToLocal<PrimitiveRef>( in False()
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp520 Local<PrimitiveRef> primitiveRef(value); in GetPrimitiveBooleanValue()

Completed in 50 milliseconds