Searched refs:getCustomProperty_ (Results 1 – 2 of 2) sorted by relevance
1300 std::function<std::string(const std::string& key)> getCustomProperty_; variable
5722 if (!getCustomProperty_) { in SetJSCustomProperty()5723 getCustomProperty_ = getFunc; in SetJSCustomProperty()5729 if (getCustomProperty_) { in GetJSCustomProperty()5730 value = getCustomProperty_(key); in GetJSCustomProperty()