Searched refs:ADD_ELEMENT_CUSTOM_INDEX (Results 1 – 2 of 2) sorted by relevance
59 constexpr uint32_t ADD_ELEMENT_CUSTOM_INDEX = 6; variable
1931 if (argv[ADD_ELEMENT_CUSTOM_INDEX]->IsBoolean(runtime)) { in JsDomAddElement()1932 bool isCustomComponent = argv[ADD_ELEMENT_CUSTOM_INDEX]->ToBoolean(runtime); in JsDomAddElement()