Home
last modified time | relevance | path

Searched refs:UScriptValueType (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/script/script_interpreter/
Dscript_context.h35 enum UScriptValueType { enum
44 explicit UScriptValue(UScriptValueType type) : type_(type) {} in UScriptValue()
47 UScriptValueType GetValueType() const in GetValueType()
66 UScriptValueType type_;
Dscript_context.cpp107 UScriptValue::UScriptValueType type = innerParam_[index]->GetValueType(); in GetParamType()