Searched defs:propertyCount (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 5242 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithProperties(size_t propertyCount, in CreateJSObjectWithProperties() 5281 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithProperties(size_t propertyCount, in CreateLargeJSObjectWithProperties() 5320 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithProperties(size_t propertyCount, in CreateDictionaryJSObjectWithProperties() 5355 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithNamedProperties(size_t propertyCount, cons… in CreateJSObjectWithNamedProperties() 5389 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithNamedProperties(size_t propertyCount,… in CreateLargeJSObjectWithNamedProperties() 5423 …dle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithNamedProperties(size_t propertyCount, in CreateDictionaryJSObjectWithNamedProperties()
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.cpp | 1116 size_t propertyCount, in OH_JSVM_CreateEnv() 1819 size_t propertyCount, in OH_JSVM_DefineClass() 2207 size_t propertyCount, in OH_JSVM_DefineProperties() 4101 size_t propertyCount, in OH_JSVM_DefineClassWithPropertyHandler() 5537 size_t propertyCount, in OH_JSVM_DefineClassWithOptions()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2560 Local<ObjectRef> ObjectRef::NewWithProperties(const EcmaVM *vm, size_t propertyCount, in NewWithProperties() 2606 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties()
|