Home
last modified time | relevance | path

Searched defs:np (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp53 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local
73 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
Djs_serializer.cpp709 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(bufferValue); in WriteJSRegExp() local
846 JSHandle<JSNativePointer> np(thread_, arrayBuffer->GetArrayBufferData()); in WriteJSArrayBuffer() local
1772 JSHandle<JSNativePointer> np = factory_->NewJSNativePointer(ToVoidPtr(externalPtr), in ReadJSNativePointer() local
1805 JSHandle<JSTaggedValue> np = ReadJSNativePointer(); in ReadJSArrayBuffer() local
1817 … JSNativePointer* np = JSNativePointer::Cast(arrayBuffer->GetArrayBufferData().GetTaggedObject()); in ReadJSArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp311 JSNativePointer *np = in SerializeJSArrayBufferPrologue() local
335 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in SerializeJSSharedArrayBufferPrologue() local
369 JSNativePointer *np = in SerializeJSRegExpPrologue() local
Dbase_deserializer.cpp263 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in TransferArrayBufferAttach() local
272 JSNativePointer *np = nullptr; in ResetNativePointerBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
DSamplerModuleFileCheck.py22 import numpy as np namespace
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_entry.py22 import numpy as np namespace
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp57 JSHandle<ModuleNamespace> np = ModuleNamespace::ModuleNamespaceCreate(vm->GetJSThread(), in IsModuleNamespaceObjectFuzztest() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp525 auto np = JSHandle<JSNativePointer>::Cast(bufferData); in JSArrayBufferTest() local
557 auto np = JSHandle<JSNativePointer>::Cast(bufferData); in JSSharedArrayBufferTest() local
886 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local
905 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local
939 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest4() local
980 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest5() local
2249 JSHandle<JSNativePointer> np = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp303 auto np = nm->GetProto(); in TryFindMethod() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp533 auto np = JSHandle<JSNativePointer>::Cast(bufferData); in JSSharedArrayBufferTest() local
841 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local
862 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp264 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1163 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp871 JSHandle<ModuleNamespace> np = in GetModuleNamespace() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js25736 function np(t) { function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument