Searched refs:handleUnbox (Results 1 – 4 of 4) sorted by relevance
246 bool handleUnbox(SkScriptValue2* scriptValue);
209 bool handleUnbox(SkScriptValue* scriptValue);
360 if (handleUnbox(value) == false) { in convertTo()897 success = handleUnbox(&scriptValue); in handleArrayIndexer()1055 bool SkScriptEngine::handleUnbox(SkScriptValue* scriptValue) { in handleUnbox() function in SkScriptEngine1278 bool success = handleUnbox(&val); in processOp()1289 bool success = handleUnbox(&val); in processOp()
351 if (handleUnbox(value) == false) in convertTo()786 success = handleUnbox(&scriptValue); in handleArrayIndexer()894 bool SkScriptEngine2::handleUnbox(SkScriptValue2* scriptValue) { in handleUnbox() function in SkScriptEngine2