Home
last modified time | relevance | path

Searched refs:srcJsValue (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp269 shared_ptr<JsValue> srcJsValue = argv[0]->GetProperty(runtime, "src"); in SetPolyToPoly() local
271 if (!srcJsValue->IsArray(runtime) || !dstJsValue->IsArray(runtime)) { in SetPolyToPoly()
277 int32_t pointCount = srcJsValue->GetArrayLength(runtime)/2; in SetPolyToPoly()
282 ParsePoint(srcJsValue, srcPoint, runtime); in SetPolyToPoly()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp339 auto srcJsValue = configJsObject->GetProperty("src"); in ParseParticleObject() local
344 if (srcJsValue->IsString()) { in ParseParticleObject()
345 src = srcJsValue->ToString(); in ParseParticleObject()
346 } else if (!JSParticle::ParseJsMedia(srcJsValue, src)) { in ParseParticleObject()

Completed in 4 milliseconds