Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp116 int64_t inputInt64t = 666; // int64_t value = 666 in HWTEST_F_L0() local
117 Local<NumberRef> int64tObject = NumberRef::New(vm_, inputInt64t); in HWTEST_F_L0()
160 int64_t inputInt64t = 111; // int64_t value = 111 in HWTEST_F_L0() local
161 Local<BigIntRef> int64tObject = BigIntRef::New(vm_, inputInt64t); in HWTEST_F_L0()

Completed in 8 milliseconds