Searched defs:ScopedString (Results 1 – 2 of 2) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/ | ||
| D | v8_utils.h | 31 explicit ScopedString(v8::Local<v8::Value> str) in ScopedString() function |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/ | ||
| D | qjs_utils.cpp | 141 ScopedString::ScopedString(JSContext* ctx, JSValueConst val) : context_(ctx) in ScopedString() function in OHOS::Ace::Framework::ScopedString |