Home | History | Annotate | Download | only in fxjs

Lines Matching refs:PutArrayElement

331       pRuntime->PutArrayElement(
337 pRuntime->PutArrayElement(
941 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB"));
942 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(1));
943 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0));
944 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0));
952 pRuntime->PutArrayElement(arColor, 0, pRuntime->NewString(L"RGB"));
953 pRuntime->PutArrayElement(arColor, 1, pRuntime->NewNumber(0));
954 pRuntime->PutArrayElement(arColor, 2, pRuntime->NewNumber(0));
955 pRuntime->PutArrayElement(arColor, 3, pRuntime->NewNumber(0));
1728 pRuntime->PutArrayElement(nums, nIndex,
1735 pRuntime->PutArrayElement(nums, nIndex, pRuntime->NewString(sPart.c_str()));