Home
last modified time | relevance | path

Searched full:get_property (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/consts/
DInteropAPI.ts70 export const GET_PROPERTY = 'getProperty'; constant
/arkcompiler/runtime_core/static_core/plugins/ets/
DCMakeLists.txt220 get_property(stash_files GLOBAL PROPERTY ets_stash_list)
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb191 <%= generate(:get_property, 'GetProperty') %>
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts49 GET_PROPERTY,
3295 ts.factory.createIdentifier(GET_PROPERTY)
3935 let replacementText = `${objName}.${GET_PROPERTY}('${propName}')`;
3955 const replacement = `${objName}.${GET_PROPERTY}('${propName}')${typeTag}`;
4000 ….factory.createPropertyAccessExpression(identifierNode, ts.factory.createIdentifier(GET_PROPERTY)),
4028 ts.factory.createIdentifier(GET_PROPERTY)
4092 ts.factory.createIdentifier(GET_PROPERTY)
4245 return `${base}.${GET_PROPERTY}('${propName}')`;
4315 [symbolName, this.modVarName, GET_PROPERTY];
4340 …tory.createPropertyAccessExpression(express.expression, ts.factory.createIdentifier(GET_PROPERTY)),
[all …]
/arkcompiler/runtime_core/static_core/
DCMakeLists.txt431 get_property(stash_files GLOBAL PROPERTY stash_list)
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml1725 get_property: