Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md4769 ## IntegerRef section
4775 static Local<IntegerRef> New(const EcmaVM *vm, int input)�� argument
4800 static Local<IntegerRef> NewFromUnsigned(const EcmaVM *vm, unsigned int input)�� argument
4825 int IntegerRef::Value(); argument