• Home
  • Raw
  • Download

Lines Matching refs:bool

104 bool ArrayBufferRef::IsDetach()��
118 | bool | �������Ѿ����뷵��true��δ���뷵��false�� |
124 bool b = arrayBuffer->IsDetach();
160 Local<BooleanRef> BooleanRef::New(const EcmaVM *vm, bool input)��
169 | input | bool | �� | ָ��BooleanRef�����boolֵ�� |
458 bool JSNApi::IsBundle(EcmaVM *vm)��
472 | bool | ��ΪJSBundleģʽʱʱ����true��������false�� |
477 bool b = JSNApi::IsBundle(vm);
564 static bool CheckSecureMem(uintptr_t mem);
578 | bool | �ڴ��ַ��ȫ����true������false�� |
585 bool b = CheckSecureMem(address);
610 bool b = globalObject.IsEmpty();
670 bool JSNApi::HasPendingException(const EcmaVM *vm)��
684 | bool | �������������쳣��������true������false�� |
815 std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> cb);
831 | bool | ����ֵ��true �� false����ʾ�ú���ִ�еIJ����Ƿ�ɹ��� |
836 static *void *SetHostResolveBufferTracker(EcmaVM **vm*, std::function<*bool*(std::string dirPath, *…
841 static void JSNApi::SetProfilerState(const EcmaVM *vm, bool value);
850 | value | bool | �� | ����ֵ��true �� false�� |
859 bool ret = true;
865 static bool JSNApi::IsProfiling(EcmaVM *vm);
879 | bool | ����������EcmaVM������CPUProfiling����״̬������true����������false�� |
884 bool b = JSNApi::IsProfiling(vm_);
958 static void JSNApi::SetBundle(EcmaVM *vm, bool value);
967 | value | bool | �� | ����ֵ��true �� false�� |
1097 bool JSNApi::Execute(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &entry,const …
1110 | needUpdate | bool | �� | ����ֵ��true �� false������ʾ�Ƿ���Ҫ��������������״̬�� |
1116 | bool | ִ��Ark�������ļ��ɹ�������true����������false�� |
1121 bool b = JSNApi::Execute(vm_, data, size, entry,filename, needUpdate);
1126 bool JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUp…
1137 | needUpdate | bool | �� | ����ֵ��true �� false������ʾ�Ƿ���Ҫ��������������״̬�� |
1143 | bool | ִ��Ark�ļ��ɹ�������true����������false�� |
1148 bool b = JSNApi::Execute(vm_, fileName, entry, needUpdate);
1177 static bool ExecuteModuleFromBuffer(EcmaVM *vm, const void *data, int32_t size, const std::string &…
1202 bool result = JSNApi::ExecuteModuleFromBuffer(vm_, data, size, file);
1311 static bool HasPendingException(const EcmaVM *vm);
1330 bool result = JSNApi::HasPendingException(vm_);
1335 static bool HasPendingJob(const EcmaVM *vm);
1354 bool result = JSNApi::HasPendingJob(vm_);
1440 static void SetHostResolveBufferTracker(EcmaVM vm,std::function<bool(std::string dirPath, uint8_t*b…
1451 | cb | std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize)> | �� | ����…
1460 std::function<bool(std::string dirPath, uint8_t * *buff, size_t * buffSize)> cb = [](const std::str…
1461 uint8_t **buff, size_t *buffSize) -> bool {
1472 static void SetUnloadNativeModuleCallback(EcmaVM *vm, const std::function<bool(const std::string &m…
1481 | cb | std::function<bool(const std::string &moduleKey)> | �� | �ص���������һ�� `moduleKey` ��…
1490 bool UnloadNativeModuleCallback(const std::string &moduleKey) {
1540 bool SourceMapTranslateCallback(const std::string& sourceLocation, std::string& translatedLocation)…
1662 static bool ExecuteModuleBuffer(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &f…
1678 | needUpdate | bool | �� | ��ʾ�Ƿ���Ҫ����ģ�顣 |
1684 | bool | ��ʾģ��ִ���Ƿ�ɹ��� |
1697 bool res =
1837 bool JSValueRef::IsGeneratorObject()��
1851 | bool | ��������������true��������false�� |
1869 bool b = genObjectRef->IsGeneratorObject();
1874 bool JSValueRef::IsUint8Array();
1886 | bool | ���JSValueRef����ΪUint8Array���ͣ�����true����������false�� |
1893 bool b = object->IsUint8Array();
1898 bool JSValueRef::IsInt8Array();
1910 | bool | ���JSValueRef����ΪInt8Array���ͣ�����true����������false�� |
1917 bool b = object->IsInt8Array();
1922 bool JSValueRef::IsError();
1934 | bool | ���JSValueRef����Ϊ�������ͣ�����true����������false�� |
1940 bool b = message->IsError();
1945 bool JSValueRef::InstanceOf(const EcmaVM *vm, Local<JSValueRef> value);
1960 | bool | ����ض���JSValueRef�����ض���EcmaVM��������true����������false�� |
1971 bool b = origin->InstanceOf(vm_, ConstructObjectJSValueRef(vm_));
1976 bool JSValueRef::IsPromise();
1988 | bool | ���JSValueRef����ΪPromiseRef���ͣ�����true����������false�� |
1994 bool b = tag->IsPromise();
1999 bool JSValueRef::IsDate();
2011 | bool | ���JSValueRef����Ϊ�������ͣ�����true����������false�� |
2018 bool b = dateRef->IsDate();
2023 bool JSValueRef::IsTypedArray();
2035 | bool | ���JSValueRef����Ϊ���ͻ����飬����true����������false�� |
2042 bool b = res->IsTypedArray();
2047 bool JSValueRef::IsDataView();
2059 | bool | ���JSValueRef����ΪDataViewRef���ͣ�����true����������false�� |
2065 bool b = tag->IsDataView();
2070 bool JSValueRef::IsBuffer();
2082 | bool | ���JSValueRef����ΪBuffer���ͣ�����true����������false�� |
2089 bool b = bufferRef->IsBuffer();
2094 bool JSValueRef::IsArrayBuffer();
2106 | bool | ���JSValueRef����ΪArrayBuffer���ͣ�����true����������false�� |
2117 bool b = arrayBuf->IsArrayBuffer();
2122 bool JSValueRef::IsArray(const EcmaVM *vm);
2136 | bool | ���JSValueRef�������������ͣ�����true����������false�� |
2143 bool b = arrayObject->IsArray(vm_);
2225 bool JSValueRef::IsObject();
2237 | bool | ���JSValueRef������Object���ͣ�����true����������false�� |
2243 bool b = res->IsObject();
2248 bool JSValueRef::IsBigInt();
2260 | bool | ���JSValueRef����ΪBigInt���ͣ�����true����������false�� |
2267 bool b = intValue->IsBigInt();
2272 bool JSValueRef::IsSymbol();
2284 | bool | ���JSValueRef������Symbol���ͣ�����true����������false�� |
2291 bool b = res->IsSymbol();
2296 bool JSValueRef::IsUndefined();
2308 | bool | ���JSValueRef����Ϊδ�������ͣ�����true����������false�� |
2314 bool b = tag->IsUndefined();
2321 bool JSValueRef::IsBoolean();
2333 | bool | ���JSValueRef����Ϊ����ֵ������true����������false�� |
2339 bool b = tag->IsBoolean();
2344 bool JSValueRef::IsNull();
2356 | bool | ���JSValueRef����Ϊ�գ�����true����������false�� |
2362 bool b = tag->IsNull();
2369 bool JSValueRef::IsNativePointer();
2381 | bool | ���JSValueRef����Ϊ����ָ�룬����true����������false�� |
2390 bool b = res_vps->IsNativePointer();
2395 bool JSValueRef::IsFunction();
2407 | bool | ���JSValueRef��������������true����������false�� |
2418 bool b = object->IsFunction();
2423 bool JSValueRef::IsString();
2435 | bool | ���JSValueRef����Ϊ�ַ���������true����������false�� |
2441 bool b = tag->IsString();
2446 bool JSValueRef::IsNumber();
2458 | bool | ���JSValueRef����Ϊ���֣�����true����������false�� |
2464 bool b = resUnit32->IsNumber();
2519 bool IsFalse();
2537 bool result = boolValue->IsFalse();
2542 bool IsJSArray(const EcmaVM *vm);
2564 bool result = JSArrayObject->IsJSArray(vm_);
2569 bool IsConstructor();
2592 [[maybe_unused]] bool makeConstructor = JSFunction::MakeConstructor(thread_, func, objValue);
2595 bool result = funConstructor->IsConstructor();
2600 bool IsWeakRef();
2622 bool result = JSNApiHelper::ToLocal<JSValueRef>(value);->IsWeakRef();
2627 bool IsArrayIterator();
2650 bool result = JSNApiHelper::ToLocal<JSValueRef>(jsTagValue)->IsStringIterator();
2655 bool IsStringIterator();
2675 bool result = JSNApiHelper::ToLocal<StringRef>(setTag)->IsStringIterator();
2680 bool IsJSPrimitiveInt();
2701 bool result = JSNApiHelper::ToLocal<JSValueRef>(jsPriTagValue)->IsJSPrimitiveInt();
2706 bool IsTreeMap();
2729 bool result = JSNApiHelper::ToLocal<ArrayRef>(treeMapTagValue)->IsTreeMap();
2734 bool IsTreeSet();
2757 bool result = JSNApiHelper::ToLocal<ArrayRef>(treeSetTagValue)->IsTreeSet();
2762 bool IsVector();
2784 bool result = JSNApiHelper::ToLocal<ArrayRef>(vectorTagValue)->IsVector();
2789 bool IsArgumentsObject();
2808 bool result = JSNApiHelper::ToLocal<ObjectRef>(argumentTag)->IsArgumentsObject();
2813 bool IsAsyncFunction();
2832 bool result = JSNApiHelper::ToLocal<ObjectRef>(asyncFuncTag)->IsAsyncFunction();
2837 bool IsGeneratorFunction();
2859 bool result = res->IsGeneratorFunction();
2864 bool IsBigInt64Array();
2883 bool result = object->IsBigInt64Array();
2888 bool IsBigUint64Array();
2907 bool result = object->IsBigUint64Array();
2912 bool IsSharedArrayBuffer();
2931 bool result = JSNApiHelper::ToLocal<ArrayRef>(jsTagValueBuffer)->IsSharedArrayBuffer();
2936 bool JSValueRef::IsUint8ClampedArray();
2948 | bool | ������ö��������ΪUint8ClampedArray����True������False |
2955 bool res = val->IsUint8ClampedArray();
2960 bool JSValueRef::IsInt16Array();
2972 | bool | ������ö��������ΪInt16Array����True������False |
2979 bool res = val->IsInt16Array();
2984 bool JSValueRef::IsUint16Array();
2996 | bool | ������ö��������ΪUint16Array����True������False |
3003 bool res = val->IsUint16Array();
3008 bool JSValueRef::IsInt32Array();
3020 | bool | ������ö��������ΪInt32Array����True������False |
3027 bool res = val->IsInt32Array();
3032 bool JSValueRef::IsUint32Array();
3044 | bool | ������ö��������ΪUint32Array����True������False |
3051 bool res = val->IsUint32Array();
3056 bool JSValueRef::IsFloat32Array();
3068 | bool | ������ö��������ΪFloat32Array����True������False |
3075 bool res = val->IsFloat32Array();
3080 bool JSValueRef::IsFloat64Array();
3092 | bool | ������ö��������ΪFloat64Array����True������False |
3099 bool res = val->IsFloat64Array();
3104 bool JSValueRef::IsJSPrimitiveBoolean();
3116 | bool | ������ö��������ΪJSPrimitiveBoolean����True������False |
3126 bool res = object->IsJSPrimitiveBoolean();
3131 bool JSValueRef::IsMapIterator();
3143 | bool | ������ö��������ΪMapIterator����True������False |
3157 bool res = object->IsMapIterator();
3162 bool JSValueRef::IsSetIterator();
3174 | bool | ������ö��������ΪSetIterator����True������False |
3187 bool res = JSNApiHelper::ToLocal<JSValueRef>(setiter)->IsSetIterator();
3192 bool JSValueRef::IsModuleNamespaceObject();
3204 | bool | ������ö��������ΪModuleNamespaceObject����True������False |
3213 bool res =object->IsModuleNamespaceObject()
3218 bool JSValueRef::IsProxy();
3230 | bool | ������ö��������ΪProxy����True������False |
3236 bool res = tag->IsProxy();
3241 bool JSValueRef::IsRegExp();
3253 | bool | ������ö��������ΪRegExp����True������False |
3259 bool res = val->IsRegExp();
3264 bool JSValueRef::IsJSPrimitiveNumber();
3276 | bool | ������ö��������ΪJSPrimitiveNumber����True������False |
3286 bool res = object->IsJSPrimitiveNumber();
3291 bool JSValueRef::IsMap();
3303 | bool | ������ö��������ΪMap����True������False |
3309 bool res = mapRef->IsMap();
3314 bool JSValueRef::IsSet();
3326 | bool | ������ö��������ΪSet����True������False |
3332 bool res = setRef->IsSet();
3337 bool JSValueRef::IsJSPrimitiveString();
3349 | bool | ������ö��������ΪJSPrimitiveString����True������False |
3359 bool res = object->IsJSPrimitiveNumber();
3364 bool JSValueRef::IsJSPrimitiveSymbol();
3376 | bool | ������ö��������ΪJSPrimitiveSymbol����True������False |
3386 bool res = object->IsJSPrimitiveNumber();
3391 bool JSValueRef::IsWeakMap();
3403 | bool | ������ö��������ΪWeakMap����True������False |
3409 bool res = tag->IsWeakMap();
3414 bool JSValueRef::IsWeakSet();
3426 | bool | ������ö��������ΪWeakSet����True������False |
3432 bool res = tag->IsWeakSet();
3519 bool Set(const EcmaVM *vm, uint32_t key, Local<JSValueRef> value);
3543 bool result = object->Set(vm_, key, value);
3548 bool Has(const EcmaVM *vm, Local<JSValueRef> key);
3570 bool result = object->Has(vm_, key);
3575 bool Delete(const EcmaVM *vm, Local<JSValueRef> key);
3597 bool result = object->Delete(vm_, key);
3629 bool Delete(const EcmaVM *vm, uint32_t key);
3651 bool result = object->Delete(vm_, key);
3656 bool DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute);
3681 bool result = object->DefineProperty(vm_, key, attribute);
3767 bool ObjectRef::GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property…
3781 | bool | ����ɹ���ȡ�������������������Ὣ����ֵ��getter��setter����д�ԡ���ö���ԺͿ������Ե���Ϣ���õ�property…
3790 bool b = object->GetOwnProperty(vm_, key, attribute);
3795 bool ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> get…
3813 | bool | ��ʾ�Ƿ�ɹ����������ԡ�������óɹ�������true����������false�� |
3822 bool b = object->SetAccessorProperty(vm_, key, target1, target2);
3880 bool Set(const EcmaVM *vm, Local<JSValueRef> key, Local<JSValueRef> value);
3882 bool Set(const EcmaVM *vm, uint32_t key, Local<JSValueRef> value);
3907 | bool | ���óɹ�����True��֮False�� |
3915 bool res = object->Set(vm_, key, toValue);
3916 bool res = object->Set(vm_, toValue, toValue);
3921 bool Has(const EcmaVM *vm, uint32_t key);
3942 | bool | ����з���True��֮False�� |
3949 bool res = object->Has(vm_, key);
4075 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype)
4098 | bool | ���óɹ�����True��֮False�� |
4118 …New(EcmaVM *vm, FunctionCallback nativeFunc, Deleter deleter, void *data, bool callNapi, size_t na…
4130 | callNapi | bool | �� | һ������ֵ����ʾ�Ƿ��ڴ���`FunctionRef`����ʱ�������ûص���…
4152 …ion(EcmaVM *vm, FunctionCallback nativeFunc, Deleter deleter, void *data, bool callNapi, size_t na…
4164 | callNapi | bool | �� | һ������ֵ����ʾ�Ƿ��ڴ���`FunctionRef`����ʱ�������ûص���…
4183 bool callNative = true;
5014 bool HasCaught() const;
5035 bool result = tryCatch.HasCaught();
5700 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *cValue, bool *lossless)��
5710 | lossless | bool * | �� | �����жϳ������Ƿ��ܹ�ת��ΪInt64���͡� |
5724 bool lossless = true;
5730 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *cValue, bool *lossless)��
5740 | lossless | bool * | �� | �����жϳ������Ƿ��ܹ�ת��ΪInt64���͡� |
5754 bool lossless = true;
5760 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6…
5769 | sign | bool | �� | ȷ�����ɵ� `BigInt` ���������Ǹ����� |
5782 bool sign = false;
5813 bool sign = false;
5827 void BigIntRef::GetWordsArray(bool *signBit, size_t wordCount, uint64_t *words);
5835 | signBit | bool * | �� | ָ����ֵ��ָ�룬���ڴ洢BigIntRef����ķ��ţ������������� |
5846 bool sign = false;
5855 bool resultSignBit = true;
5948 int StringRef::WriteUtf8(char *buffer, int length, bool isWriteBuffer)��
5958 | isWriteBuffer | bool | �� | �Ƿ���Ҫ��StringRef��ֵд�뵽�������� |
6182 static bool SetValueAt(const EcmaVM *vm, Local<JSValueRef> obj, uint32_t index, Local<JSValueRef> v…
6206 bool result = ArrayRef::SetValueAt(vm_, arrayObj, index, intValue);
6467 bool Resolve(const EcmaVM *vm, Local<JSValueRef> value)��
6482 | bool | Promise����Ļص������Ƿ�ɹ����á� |
6495 bool b = capability->Resolve(vm, NumberRef::New(vm, 300.3));
6500 bool Reject(const EcmaVM *vm, Local<JSValueRef> reason)��
6515 | bool | Promise����Ļص������Ƿ�ɹ����á� |
6528 bool b = capability->Reject(vm, NumberRef::New(vm, 300.3));
7070 bool ProxyRef::IsRevoked();
7082 | bool | ����ֵ��true �� false�������������ѱ�����������true����������false�� |
7099 bool b = object->IsRevoked();