Searched refs:showCounterArg (Results 1 – 3 of 3) sorted by relevance
1388 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetShowCounter() local1393 if (showCounterArg->IsBoolean()) { in SetShowCounter()1394 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()
1407 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(CALL_ARG_1); in SetShowCounter() local1412 if (showCounterArg->IsBoolean()) { in SetShowCounter()1413 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()
379 Local<JSValueRef> showCounterArg = runtimeCallInfo->GetCallArgRef(NUM_1); in SetShowCounter() local384 if (showCounterArg->IsBoolean()) { in SetShowCounter()385 showCounter = showCounterArg->BooleaValue(vm); in SetShowCounter()