Home
last modified time | relevance | path

Searched defs:propertyCount (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_class_creation_helper.cpp73 …JSThread *thread, const JSHandle<JSFunction> &func, size_t propertyCount, size_t nonStaticPropCoun… in NewClassFuncProtoWithProperties()
145 …thread, const char *name, InternalFunctionCallback nativeFunc, bool callNapi, size_t propertyCount, in CreateClassFuncWithProperties()
Djsnapi_expo.cpp2632 Local<ObjectRef> ObjectRef::NewWithProperties(const EcmaVM *vm, size_t propertyCount, in NewWithProperties()
2678 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties()
3727 … NativePointerCallback deleter, const char *name, void *data, bool callNapi, size_t propertyCount, in NewConcurrentClassFunctionWithName()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp5414 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithProperties(size_t propertyCount, in CreateJSObjectWithProperties()
5453 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithProperties(size_t propertyCount, in CreateLargeJSObjectWithProperties()
5492 JSHandle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithProperties(size_t propertyCount, in CreateDictionaryJSObjectWithProperties()
5527 JSHandle<JSTaggedValue> ObjectFactory::CreateJSObjectWithNamedProperties(size_t propertyCount, cons… in CreateJSObjectWithNamedProperties()
5561 JSHandle<JSTaggedValue> ObjectFactory::CreateLargeJSObjectWithNamedProperties(size_t propertyCount,… in CreateLargeJSObjectWithNamedProperties()
5595 …dle<JSTaggedValue> ObjectFactory::CreateDictionaryJSObjectWithNamedProperties(size_t propertyCount, in CreateDictionaryJSObjectWithNamedProperties()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1175 size_t propertyCount, in OH_JSVM_CreateEnv()
1902 size_t propertyCount, in OH_JSVM_DefineClass()
2315 size_t propertyCount, in OH_JSVM_DefineProperties()
4393 size_t propertyCount, in OH_JSVM_DefineClassWithPropertyHandler()
5925 size_t propertyCount, in OH_JSVM_DefineClassWithOptions()