Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp249 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in CharAt()
280 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in CharCodeAt()
311 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in CodePointAt()
345 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in Concat()
386 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in EndsWith()
429 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in Includes()
465 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in IndexOf()
499 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in LastIndexOf()
536 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in LocaleCompare()
597 JSHandle<JSTaggedValue> thisTag(JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv))); in Match()
[all …]
Dbuiltins_object.cpp645 …JSHandle<JSTaggedValue> object = JSTaggedValue::RequireObjectCoercible(thread, GetCallArg(argv, 0)… in SetPrototypeOf()
921 JSHandle<JSTaggedValue> obj = JSTaggedValue::RequireObjectCoercible(thread, GetThis(argv)); in ProtoSetter()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h447 …static JSHandle<JSTaggedValue> RequireObjectCoercible(JSThread *thread, const JSHandle<JSTaggedVal…
Djs_tagged_value-inl.h275 inline JSHandle<JSTaggedValue> JSTaggedValue::RequireObjectCoercible(JSThread *thread, in RequireObjectCoercible() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h533 … JSTaggedValue::RequireObjectCoercible(thread, obj, "Cannot load property of null or undefined"); in RuntimeLdObjByValue()
556 … JSTaggedValue::RequireObjectCoercible(thread, obj, "Cannot store property of null or undefined"); in RuntimeStObjByValue()
606 JSTaggedValue::RequireObjectCoercible(thread, superBase); in RuntimeLdSuperByValue()
629 JSTaggedValue::RequireObjectCoercible(thread, superBase); in RuntimeStSuperByValue()
Druntime_stubs.cpp2396 JSHandle<JSTaggedValue> thisObj(JSTaggedValue::RequireObjectCoercible(thread, thisTag)); in DEF_RUNTIME_STUBS()