Lines Matching refs:nativeValue
378 Local<JSValueRef>& nativeValue,
389 panda::Local<ObjectRef> strObj = nativeValue->ToObject(vm);
408 auto nativeValue = LocalValueFromJsValue(value);
409 if (nativeValue->IsNull() || nchars == nullptr || written == nullptr) {
416 auto nativeString = nativeValue->ToString(vm);
418 HILOG_ERROR("nativeValue not is string");
427 SubEncodeToUtf8(vm, nativeValue, nativeString, buffer, written, bufferSize, nchars);
431 Local<JSValueRef>& nativeValue,
443 panda::Local<ObjectRef> strObj = nativeValue->ToObject(vm);
476 HILOG_ERROR("nativeValue GetInterface is nullptr");
480 auto nativeValue = LocalValueFromJsValue(value);
483 auto nativeString = nativeValue->ToString(vm);
485 HILOG_ERROR("nativeValue not is string");
495 SubEncodeToChinese(vm, nativeValue, nativeString, buffer, encode);