Home
last modified time | relevance | path

Searched defs:ScopedString (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_utils.h31 explicit ScopedString(v8::Local<v8::Value> str) in ScopedString() function
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_utils.cpp141 ScopedString::ScopedString(JSContext* ctx, JSValueConst val) : context_(ctx) in ScopedString() function in OHOS::Ace::Framework::ScopedString
147 ScopedString::ScopedString(JSContext* ctx, JSAtom atom) : context_(ctx) in ScopedString() function in OHOS::Ace::Framework::ScopedString
153 ScopedString::ScopedString(JSValueConst val) : context_(QJSContext::Current()) in ScopedString() function in OHOS::Ace::Framework::ScopedString
158 ScopedString::ScopedString(JSAtom atom) : context_(QJSContext::Current()) in ScopedString() function in OHOS::Ace::Framework::ScopedString