Searched refs:JSIntlBoundFunction (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_collator.cpp | 106 JSHandle<JSIntlBoundFunction> intlBoundFunc = factory->NewJSIntlBoundFunction( in Compare() 122 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(a… in AnonymousCollator()
|
D | builtins_number_format.cpp | 132 JSHandle<JSIntlBoundFunction> intlBoundFunc = factory->NewJSIntlBoundFunction( in Format() 200 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(a… in NumberFormatInternalFormatNumber()
|
D | builtins_date_time_format.cpp | 133 JSHandle<JSIntlBoundFunction> intlBoundFunc = factory->NewJSIntlBoundFunction( in Format() 149 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(GetConstructor(a… in AnonymousDateTimeFormat()
|
D | builtins.cpp | 506 factory_->CreateFunctionClass(FunctionKind::NORMAL_FUNCTION, JSIntlBoundFunction::SIZE, in InitializeFunction()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.h | 393 class JSIntlBoundFunction : public JSFunction { 395 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
|
D | object_factory.h | 94 class JSIntlBoundFunction; variable 252 JSHandle<JSIntlBoundFunction> NewJSIntlBoundFunction(MethodIndex idx, int functionLength = 1);
|
D | object_factory.cpp | 1281 JSIntlBoundFunction::Cast(*obj)->SetNumberFormat(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1282 JSIntlBoundFunction::Cast(*obj)->SetDateTimeFormat(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1283 JSIntlBoundFunction::Cast(*obj)->SetCollator(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1681 JSHandle<JSIntlBoundFunction> ObjectFactory::NewJSIntlBoundFunction(MethodIndex idx, int functionLe… in NewJSIntlBoundFunction() 1686 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(NewJSObject(hcla… in NewJSIntlBoundFunction() 1699 RETURN_HANDLE_IF_ABRUPT_COMPLETION(JSIntlBoundFunction, thread_); in NewJSIntlBoundFunction()
|
D | js_function.cpp | 607 JSTaggedValue JSIntlBoundFunction::IntlNameGetter(JSThread *thread, [[maybe_unused]] const JSHandle… in IntlNameGetter()
|
D | dump.cpp | 857 JSIntlBoundFunction::Cast(obj)->Dump(os); in DumpObject() 2799 void JSIntlBoundFunction::Dump(std::ostream &os) const in Dump() 3911 JSIntlBoundFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject() 5057 void JSIntlBoundFunction::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec) const in DumpForSnapshot()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | object_xray.h | 440 auto jsIntlBoundFunction = JSIntlBoundFunction::Cast(object); in VisitObjectBody()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 530 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSIntlBoundFunction::SIZE, 3U); in HWTEST_F_L0() 531 JSHandle<JSIntlBoundFunction> intlBoundFunc = factory->NewJSIntlBoundFunction( in HWTEST_F_L0()
|