Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_inheritance.js21 const cap = (str = '') => str[0].toUpperCase() + str.substring(1); function
Dcheck_access_primitives.js24 const cap = (str = '') => str[0].toUpperCase() + str.substring(1); function
Dcheck_access_references.js21 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(); in Clear() local
Djs_api_tree_map.cpp96 int cap = map->GetSize(); in Clear() local
/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