Lines Matching defs:propertyValue

277           FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);

278 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
280 if (FXJSE_Value_IsNull(propertyValue)) {
293 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
307 FXJSE_Value_Release(propertyValue);
362 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
365 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
367 if (FXJSE_Value_IsNull(propertyValue)) {
377 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
385 FXJSE_Value_Release(propertyValue);
446 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
449 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
451 if (FXJSE_Value_IsNull(propertyValue)) {
469 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
487 FXJSE_Value_Release(propertyValue);
549 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
552 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
554 if (FXJSE_Value_IsNull(propertyValue)) {
572 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
590 FXJSE_Value_Release(propertyValue);
651 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
653 FXJSE_Value_GetObjectPropByIdx(argOne, 1, propertyValue);
655 if (FXJSE_Value_IsNull(propertyValue)) {
659 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
666 FXJSE_Value_Release(propertyValue);
680 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
682 FXJSE_Value_GetObjectPropByIdx(argTwo, 1, propertyValue);
684 if (FXJSE_Value_IsNull(propertyValue)) {
688 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
695 FXJSE_Value_Release(propertyValue);
733 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
735 FXJSE_Value_GetObjectPropByIdx(argOne, 1, propertyValue);
737 if (FXJSE_Value_IsNull(propertyValue)) {
741 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
748 FXJSE_Value_Release(propertyValue);
766 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
768 FXJSE_Value_GetObjectPropByIdx(argOne, 1, propertyValue);
770 if (FXJSE_Value_IsNull(propertyValue)) {
774 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
781 FXJSE_Value_Release(propertyValue);
788 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
790 FXJSE_Value_GetObjectPropByIdx(argTwo, 1, propertyValue);
792 if (FXJSE_Value_IsNull(propertyValue)) {
796 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
803 FXJSE_Value_Release(propertyValue);
848 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
849 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
852 if (FXJSE_Value_IsNull(propertyValue)) {
863 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
876 FXJSE_Value_Release(propertyValue);
3042 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
3045 FXJSE_Value_GetObjectPropByIdx(argIndexValue, 1, propertyValue);
3049 if (FXJSE_Value_IsNull(propertyValue)) {
3053 FXJSE_Value_ToUTF8String(propertyValue, propStr);
3061 FXJSE_Value_Release(propertyValue);
3275 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
3277 FXJSE_Value_GetObjectPropByIdx(argOne, 1, propertyValue);
3281 } else if (FXJSE_Value_IsNull(propertyValue) &&
3298 FXJSE_Value_Release(propertyValue);
5590 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
5591 FXJSE_Value_GetObjectPropByIdx(lValue, 1, propertyValue);
5592 if (FXJSE_Value_IsNull(propertyValue)) {
5603 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
5610 FXJSE_Value_Release(propertyValue);
6408 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6410 FXJSE_Value_GetObjectPropByIdx(argOne, 1, propertyValue);
6412 if (FXJSE_Value_IsNull(propertyValue)) {
6416 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
6420 FXJSE_Value_Release(propertyValue);
6575 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6577 FXJSE_Value_GetObjectPropByIdx(argIndex, 1, propertyValue);
6579 if (FXJSE_Value_IsNull(propertyValue)) {
6583 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
6586 FXJSE_Value_Release(propertyValue);
6612 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6614 FXJSE_Value_GetObjectPropByIdx(arg, 1, propertyValue);
6616 if (FXJSE_Value_IsNull(propertyValue)) {
6625 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
6633 FXJSE_Value_Release(propertyValue);
6719 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6721 FXJSE_Value_GetObjectPropByIdx(argsValue[i], 1, propertyValue);
6722 if (FXJSE_Value_IsNull(propertyValue)) {
6730 FXJSE_Value_ToUTF8String(propertyValue, propertyString);
6738 FXJSE_Value_Release(propertyValue);
6935 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6938 FXJSE_Value_GetObjectPropByIdx(hValue, 1, propertyValue);
6940 if (FXJSE_Value_IsNull(propertyValue)) {
6944 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
6950 FXJSE_Value_Release(propertyValue);
6978 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
6981 FXJSE_Value_GetObjectPropByIdx(arg, 1, propertyValue);
6983 if (FXJSE_Value_IsNull(propertyValue)) {
6987 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
6993 FXJSE_Value_Release(propertyValue);
7017 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
7020 FXJSE_Value_GetObjectPropByIdx(arg, 1, propertyValue);
7022 if (FXJSE_Value_IsNull(propertyValue)) {
7026 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
7032 FXJSE_Value_Release(propertyValue);