You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-12-05 18:14:17 +02:00
11 lines
158 B
Markdown
11 lines
158 B
Markdown
|
|
# Method not found in accessed object
|
||
|
|
|
||
|
|
Check that dynamicly accessed method exist in the object
|
||
|
|
|
||
|
|
## Noncompliant Code Example
|
||
|
|
|
||
|
|
## Compliant Solution
|
||
|
|
|
||
|
|
## See
|
||
|
|
|