Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_utils.h31 ScopedString(v8::Local<v8::Value> str) in ScopedString() function
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_utils.cpp138 ScopedString::ScopedString(JSContext* ctx, JSValueConst val) : context_(ctx) in ScopedString() function in OHOS::Ace::Framework::ScopedString
144 ScopedString::ScopedString(JSContext* ctx, JSAtom atom) : context_(ctx) in ScopedString() function in OHOS::Ace::Framework::ScopedString
150 ScopedString::ScopedString(JSValueConst val) : context_(QJSContext::Current()) in ScopedString() function in OHOS::Ace::Framework::ScopedString
155 ScopedString::ScopedString(JSAtom atom) : context_(QJSContext::Current()) in ScopedString() function in OHOS::Ace::Framework::ScopedString