Lines Matching refs:shadowNodeValue
118 const jsi::Value &shadowNodeValue, in NativeReanimatedModule()
120 this->updateProps(rt, shadowNodeValue, props); in NativeReanimatedModule()
128 auto measure = [this](jsi::Runtime &rt, const jsi::Value &shadowNodeValue) { in NativeReanimatedModule() argument
129 return this->measure(rt, shadowNodeValue); in NativeReanimatedModule()
134 const jsi::Value &shadowNodeValue, in NativeReanimatedModule()
137 this->dispatchCommand(rt, shadowNodeValue, commandNameValue, argsValue); in NativeReanimatedModule()
522 const jsi::Value &shadowNodeValue, in updateProps() argument
524 ShadowNode::Shared shadowNode = shadowNodeFromValue(rt, shadowNodeValue); in updateProps()
603 const jsi::Value &shadowNodeValue, in dispatchCommand() argument
606 ShadowNode::Shared shadowNode = shadowNodeFromValue(rt, shadowNodeValue); in dispatchCommand()
614 const jsi::Value &shadowNodeValue) { in measure() argument
617 auto shadowNode = shadowNodeFromValue(rt, shadowNodeValue); in measure()