Searched refs:functionProp (Results 1 – 3 of 3) sorted by relevance
95 …Page3': Illegal variable value error with decorated variable @State/@Provide 'functionProp': failed97 @State functionProp: () => void = () => {102 this.functionProp()
226 napi_property_descriptor functionProp[] = { in SendableResourceManagerInit() local231 …tatus status = napi_define_properties(env, exports, sizeof(functionProp) / sizeof(functionProp[0]), in SendableResourceManagerInit()232 functionProp); in SendableResourceManagerInit()