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 | 631 factory_->CreateFunctionClass(FunctionKind::NORMAL_FUNCTION, JSIntlBoundFunction::SIZE, in InitializeFunction()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 432 class JSIntlBoundFunction : public JSFunction { 434 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
|
| D | object_factory.h | 98 class JSIntlBoundFunction; variable 259 JSHandle<JSIntlBoundFunction> NewJSIntlBoundFunction(MethodIndex idx, int functionLength = 1);
|
| D | object_factory.cpp | 1390 JSIntlBoundFunction::Cast(*obj)->SetNumberFormat(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1391 JSIntlBoundFunction::Cast(*obj)->SetDateTimeFormat(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1392 JSIntlBoundFunction::Cast(*obj)->SetCollator(thread_, JSTaggedValue::Undefined()); in InitializeJSObject() 1876 JSHandle<JSIntlBoundFunction> ObjectFactory::NewJSIntlBoundFunction(MethodIndex idx, int functionLe… in NewJSIntlBoundFunction() 1881 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(NewJSObject(hcla… in NewJSIntlBoundFunction() 1894 RETURN_HANDLE_IF_ABRUPT_COMPLETION(JSIntlBoundFunction, thread_); in NewJSIntlBoundFunction()
|
| D | js_function.cpp | 718 JSTaggedValue JSIntlBoundFunction::IntlNameGetter(JSThread *thread, [[maybe_unused]] const JSHandle… in IntlNameGetter()
|
| D | dump.cpp | 944 JSIntlBoundFunction::Cast(obj)->Dump(os); in DumpObject() 2962 void JSIntlBoundFunction::Dump(std::ostream &os) const in Dump() 4154 JSIntlBoundFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject() 5493 void JSIntlBoundFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | object_xray.h | 500 auto jsIntlBoundFunction = JSIntlBoundFunction::Cast(object); in VisitObjectBody()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 561 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSIntlBoundFunction::SIZE, 3U); in HWTEST_F_L0() 562 JSHandle<JSIntlBoundFunction> intlBoundFunc = factory->NewJSIntlBoundFunction( in HWTEST_F_L0()
|