Home
last modified time | relevance | path

Searched defs:cap (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_inheritance.js24 const cap = (str = '') => str[0].toUpperCase() + str.substring(1); function
Dcheck_access_primitives.js28 const cap = (str = '') => str[0].toUpperCase() + str.substring(1); function
Dcheck_access_references.js24 const cap = (str = '') => str[0].toUpperCase() + str.substring(1); function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_set.cpp75 int cap = set->GetSize(thread); in Clear() local
Djs_api_tree_map.cpp96 int cap = map->GetSize(thread); in Clear() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dset.hpp220 std::size_t cap; member
265 std::size_t cap; member
Dmap.hpp220 std::size_t cap; member
265 std::size_t cap; member
Dvector.hpp136 std::size_t cap; member
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h58 GateRef cap = GetCapacity(linkedTable); in HashToBucket() local
Dlinked_hashtable_stub_builder.cpp387 GateRef cap = GetCapacity(linkedTable); in Clear() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sendable_tests.cpp613 Local<PromiseCapabilityRef> cap = PromiseCapabilityRef::New(vm_); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument