Searched refs:its (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context_misc.cpp | 107 const auto &its = arr->GetItems(); in ReprValueItem() local 109 for (size_t k = 0; k < its.size(); k++) { in ReprValueItem() 113 ReprItem(o, &its[k]); in ReprValueItem()
|
H A D | linker_context.cpp | 681 auto its = old->GetItems(); in ArrayValueFromOld() local 682 for (auto &i : its) { in ArrayValueFromOld() 691 return cont_.CreateItem<panda_file::ArrayValueItem>(old->GetComponentType(), std::move(its)); in ArrayValueFromOld()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_async_from_sync_iterator.cpp | 166 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iterResult); in Return() local 170 info->SetCallArg(its.GetTaggedValue()); in Return()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_async_generator_object.cpp | 65 JSHandle<JSTaggedValue> its = JSHandle<JSTaggedValue>::Cast(iteratorResult); in AsyncGeneratorResolve() local 70 info->SetCallArg(its.GetTaggedValue()); in AsyncGeneratorResolve()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 9105 1638: "Private node's zIndex can't be set, it will keep cc.macro.MIN_ZINDEX as its value", 9145 3606: "No needs to indicate the '%s' attribute for %s, which its default value is type of %s.", 9150 3611: "Can not indicate the '%s' attribute for %s, which its default value is type of %s.", 9161 3628: "Should not add %s to a node which size is already used by its other component.", 9175 3654: 'Please specifiy a default value for "%s.%s" property at its declaration:\n\n \n// Before:\n@property(...)\nmyProp;\n// After:\n@property(...)\nmyProp = 0;', 9178 3660: "You are explicitly specifying `undefined` type to cc property \"%s\" of cc class \"%s\".\nIs this intended? If not, this may indicate a circular reference.\nFor example:\n\n \n// foo.ts\nimport { _decorator } from 'cc';\nimport { Bar } from './bar'; // Given that './bar' also reference 'foo.ts'.\n // When importing './bar', execution of './bar' is hung on to wait execution of 'foo.ts',\n // the `Bar` imported here is `undefined` until './bar' finish its execution.\n // It leads to that\n@_decorator.ccclass // ↓\nexport class Foo { // ↓\n @_decorator.type(Bar) // → is equivalent to `@_decorator.type(undefined)`\n public bar: Bar; // To eliminate this error, either:\n // - Refactor your module structure(recommended), or\n // - specify the type as cc class name: `@_decorator.type('Bar'/* or any name you specified for `Bar` */)`\n}", 9242 4302: "Can not set the scroll view content when it hasn't UITransform or its parent hasn't UITransform.", 9366 7502: "Failed to set _animationIndex for '%s' because its skeletonData is invalid.", 9370 7507: "Please re-import '%s' because its textures is not initialized! (This workflow will be improved in the future.)", 9474 16101: "The effect('%s') you are looking for does not exist, please confirm the effect name in the editor. NOTE: Since 3.6, the name of the built-in effect has been changed to its nam [all...] |
Completed in 17 milliseconds