Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Dtest_runtime_stubs.cpp96 JSHandle<JSTaggedValue> bindString(thread, factory->NewFromStdString("bind").GetTaggedValue()); in DEF_RUNTIME_STUBS() local
98 … return JSObject::GetProperty(thread, target, bindString).GetValue().GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()