/third_party/node/test/js-native-api/4_object_factory/ |
H A D | 4_object_factory.c | 10 napi_value obj; in CreateObject() local
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | typeof-safe.c | 5 int obj; in test_safe() local
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-symbol.cc | 49 Handle<Object> obj = args.atOrUndefined(isolate, 1); in BUILTIN() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | incremental-marking-inl.h | 36 bool IncrementalMarking::WhiteToGreyAndPush(HeapObject obj) { in WhiteToGreyAndPush() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-numbers.cc | 81 Object obj = args[0]; in RUNTIME_FUNCTION() local
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_memchr_chk_test.cpp | 27 int pos, obj; in HWTEST_F() local
|
H A D | fortify_strrchr_chk_test.cpp | 25 int pos, obj; in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/ |
H A D | string_bcopy_test.cpp | 28 size_t obj = random() % MAX_SIZE; in HWTEST_F() local
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
H A D | ClientBase.h | 39 void FreeObject(ObjectType objectType, ObjectBase* obj) { in FreeObject() argument
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | index_accessor_expression.cc | 44 auto* obj = ctx->Clone(object); in Clone() local 24 IndexAccessorExpression(ProgramID pid, const Source& src, const Expression* obj, const Expression* idx) IndexAccessorExpression() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | arrowFunctionContexts.js | 24 var obj: { (n: number): string; }; // OK variable 65 var obj: { (n: number): string; }; // OK variable 136 var obj = function (n) { return ''; };
function 137 var obj; // OK
variable 179 var obj; // OK
variable
|
H A D | importCallExpressionAsyncES6CJS.js | |
H A D | controlFlowAliasing.js | [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | SlabAllocatorTests.cpp | 39 Foo* obj = allocator.Allocate(4); in TEST() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | child_process_args.cpp | 52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | svg_image_object.cpp | 25 auto obj = AceType::MakeRefPtr<SvgImageObject>(src, SizeF()); in Create() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/ |
H A D | grid_container_layout_property.h | 68 void SetReserveObj(const RefPtr<GridContainerLayoutProperty>& obj) in SetReserveObj() argument 74 auto obj = reserveProperty_.Upgrade(); in GetReserveObj() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_keyboard_avoid.cpp | 50 auto obj = "KeyBoardAvoidMode.OFFSET"; in GetKeyboardAvoidMode() local
|
H A D | js_menu_item_group.cpp | 30 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
H A D | js_column_split.cpp | 42 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsDivider() local
|
H A D | js_grid_container.cpp | 47 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_click_function.cpp | 36 JSRef<JSObject> obj = JSRef<JSObject>::New(); in Execute() local 70 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 105 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 153 JSRef<JSObject> obj = JSRef<JSObject>::New(); Execute() local 187 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local 222 JSRef<JSObject> obj = objTemp->NewInstance(); Execute() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_swiper_theme.h | 36 JSRef<JSObject> obj = objectTemplate->NewInstance(); in ApplyThemeInConstructor() local 44 static void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDotIndicator() argument 68 static void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToIndicatorStyle() argument 83 ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDigitIndicator() argument 98 ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDisplayArrow() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.cpp | 47 void ScrollableItemPool::Deallocate(ScrollableItem* obj) in Deallocate() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_class.h | 56 static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() argument
|