Rename resource_name to source_name (#4846)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
@@ -981,9 +981,9 @@ typedef struct
|
||||
ecma_object_t *realm_p; /**< realm object */
|
||||
#endif /* JERRY_BUILTIN_REALMS */
|
||||
uint32_t refs_and_type; /**< reference counter and type of the function */
|
||||
#if JERRY_RESOURCE_NAME
|
||||
ecma_value_t source_name; /**< resource name */
|
||||
#endif /* JERRY_RESOURCE_NAME */
|
||||
#if JERRY_SOURCE_NAME
|
||||
ecma_value_t source_name; /**< source name */
|
||||
#endif /* JERRY_SOURCE_NAME */
|
||||
#if JERRY_FUNCTION_TO_STRING
|
||||
ecma_value_t source_code; /**< source code */
|
||||
#endif /* JERRY_FUNCTION_TO_STRING */
|
||||
|
||||
Reference in New Issue
Block a user